diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2002-02-11 03:35:11 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-02-11 03:35:11 +0000 |
commit | 8ff5c7fe9bab765f3a390bf1604166a9d4259682 (patch) | |
tree | cf07128ba0b5c2726d258260687a317c52ec0b95 /multimedia/dtv/Makefile | |
parent | 31c7c10181612deb99c1cf08ea220cfc9acc6d58 (diff) |
Add my DTV port - A TV-tuner card capture program w/ client-server and
display capability.
Notes
Notes:
svn path=/head/; revision=54525
Diffstat (limited to 'multimedia/dtv/Makefile')
-rw-r--r-- | multimedia/dtv/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile new file mode 100644 index 000000000000..551f87349d12 --- /dev/null +++ b/multimedia/dtv/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dtv +# Date created: 10 Feb 2002 +# Whom: dillon +# +# $FreeBSD$ +# + +PORTNAME= dtv +PORTVERSION= 0.50 +CATEGORIES= graphics +MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ + +MAINTAINER= dillon@backplane.com + +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +.include <bsd.port.mk> |