# $NetBSD: Makefile,v 1.6 2000/07/01 19:42:25 david 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.4Z[A-Z]-i386 \ NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* USE_GMAKE= yes USE_XAW= yes USE_X11BASE= yes .include "../../mk/bsd.prefs.mk" 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 .endif post-extract: @${RM} -f ${WRKSRC}/videolib/videolib.o .include "../../mk/bsd.pkg.mk"