summaryrefslogtreecommitdiff
path: root/graphics/fxtv/Makefile
blob: 72b0268e1c835fdaf47f8dd16dd8692307f8c511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile,v 1.2 2000/05/09 08:30:49 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]*-*

.include "../../mk/bsd.prefs.mk"

XAW_TYPE?=	3d
.if (${XAW_TYPE} == standard)
DEPENDS+=	Xaw3d-1.5:../../x11/Xaw3d
.endif

USE_GMAKE=	yes
USE_XAW=	yes
USE_X11BASE=	yes

post-extract:
	@${RM} -f ${WRKSRC}/videolib/videolib.o

.include "../../mk/bsd.pkg.mk"