summaryrefslogtreecommitdiff
path: root/graphics/fxtv/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-05-07 20:34:13 +0000
committertron <tron>2000-05-07 20:34:13 +0000
commit82ca94aa69236772f3422008f824599fd628445a (patch)
tree4cca62b6551aa5cd771d69b71058902b29f12e5d /graphics/fxtv/Makefile
parentcf6b2384acd335207458596ecd7373696c8b9fdb (diff)
downloadpkgsrc-82ca94aa69236772f3422008f824599fd628445a.tar.gz
Initial import of new "fxtv" package:
TV display application for Brooktree 848 compatible TV cards
Diffstat (limited to 'graphics/fxtv/Makefile')
-rw-r--r--graphics/fxtv/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
new file mode 100644
index 00000000000..0050ec3fa48
--- /dev/null
+++ b/graphics/fxtv/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 20:34:13 tron Exp $
+
+DISTNAME= fxtv-1.02
+CATEGORIES= graphics
+MASTER_SITES= ${HOMEPAGE}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.ipass.net/~dbhopper/aa8vb/fxtv/
+
+DEPENDS+= tiff>=3.5.5:../../graphics/tiff
+DEPENDS+= xpm-3.4[j-z]:../../graphics/xpm
+
+ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.[5-9]*-*
+
+USE_GMAKE= yes
+USE_XAW= yes
+USE_X11BASE= yes
+
+post-extract:
+ @${RM} -f ${WRKSRC}/videolib/videolib.o
+
+.include "../../mk/bsd.pkg.mk"