summaryrefslogtreecommitdiff
path: root/graphics/fxtv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fxtv/Makefile')
-rw-r--r--graphics/fxtv/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index 16ef33aed6b..05396fd250a 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/fxtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/05/10 22:54:12 tron Exp $
+# $NetBSD: Makefile,v 1.15 2001/08/23 04:26:53 jlam Exp $
DISTNAME= fxtv-1.03
CATEGORIES= graphics
@@ -9,30 +9,27 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://people.freebsd.org/~rhh/fxtv/
COMMENT= TV display application for Brooktree 848 compatible TV cards
-DEPENDS+= tiff>=3.5.5:../../graphics/tiff
-
ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-arm32 NetBSD-1.[5-9]*-atari \
NetBSD-1.[5-9]*-i386
USE_X11BASE= YES
-USE_XAW= YES
-USE_XPM= YES
USE_GMAKE= YES
.include "../../mk/bsd.prefs.mk"
MAKE_ENV+= X11PREFIX=${X11PREFIX}
-XAW_TYPE?= 3d
-
# The purpose of this check is to make sure that there is a "Xaw3d"
# compatible widget set installed because normal "Xaw" won't work.
-
+#
.if (${XAW_TYPE} == standard)
-DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
+XAW_TYPE= 3d
.endif
post-extract:
@${RM} -f ${WRKSRC}/videolib/videolib.o
+.include "../../graphics/tiff/buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/xaw.buildlink.mk"
.include "../../mk/bsd.pkg.mk"