pkgsrc/graphics/xart/Makefile
tron 5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00

27 lines
666 B
Makefile

# $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"