blob: df9de876f461f3863941e455c57908891484722c (
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
|
# $NetBSD: Makefile,v 1.17 2001/03/04 09:06:14 tron Exp $
#
DISTNAME= xart19980415
PKGNAME= xart-19980415
CATEGORIES= graphics x11
MASTER_SITES= http://www.cqi.com/~humbubba/linux/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cqi.com/~humbubba/linux.html
COMMENT= Paint program (enhanced xpaint)
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= png>1.0.9:../../graphics/png
USE_IMAKE= YES
USE_XPM= YES
WRKSRC= ${WRKDIR}/19980415
post-extract:
${FIND} ${WRKSRC} -type d -print | xargs ${CHMOD} 755
${FIND} ${WRKSRC} -type f -print | xargs ${CHMOD} 644
.include "../../mk/bsd.pkg.mk"
|