summaryrefslogtreecommitdiff
path: root/graphics/xart/Makefile
blob: 2ebd0171a0a680e247d2be12d36ca3166f483141 (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
# $NetBSD: Makefile,v 1.3 1998/04/24 22:32:55 hubertf 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
CAT1=		xart.0

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

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