summaryrefslogtreecommitdiff
path: root/graphics/xart/Makefile
blob: d4f5c8930de6952e9d305cb95c35ac681749dd35 (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
# $NetBSD: Makefile,v 1.2 1998/04/22 14:22:43 agc Exp $
#

DISTNAME=       xart19980415
PKGNAME=	xart-19980415
CATEGORIES=	graphics x11
MASTER_SITES=	http://www.cqi.com/~humbubba/linux/
EXTRACT_SUFX=	.tgz

MAINTAINER=	packages@netbsd.org

DEPENDS+=	jpeg-6a:../../graphics/jpeg
DEPENDS+=	tiff-3.4:../../graphics/tiff
DEPENDS+=	xpm-3.4j:../../graphics/xpm
DEPENDS+=	png-0.96:../../graphics/png

WRKSRC=		${WRKDIR}/19980415
USE_IMAKE=      yes

post-extract:
	find ${WRKSRC} -type d -print | xargs chmod 755
	find ${WRKSRC} -type f -print | xargs chmod 644

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