summaryrefslogtreecommitdiff
path: root/graphics/xpaint/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-12-16 09:29:12 +0000
committertron <tron>2002-12-16 09:29:12 +0000
commit687aad9d4b819bf53d3d2c8d6246c606a2f5d31c (patch)
treec71a9977afe557223f2f88c40802cf248518e2e0 /graphics/xpaint/Makefile
parentb13d092e26adc8bcd177054b7250b03fd2c5521d (diff)
downloadpkgsrc-687aad9d4b819bf53d3d2c8d6246c606a2f5d31c.tar.gz
Update "xpaint" package to version 2.6.7. This version fixes several bugs
found since version 2.6.2, adds several new features including french language support and has a Xaw95 based user interface.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r--graphics/xpaint/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 9e3e17b28b0..143ecf2ef8a 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,35 +1,29 @@
-# $NetBSD: Makefile,v 1.33 2002/10/21 12:26:29 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2002/12/16 09:29:12 tron Exp $
-DISTNAME= xpaint-2.6.2
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/xpaint
+DISTNAME= xpaint-2.6.7
CATEGORIES= graphics x11
-MASTER_SITES= http://home.worldonline.dk/~torsten/xpaint/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/
+HOMEPAGE= http://sf-xpaint.sourceforge.net/
COMMENT= Simple paint program
USE_BUILDLINK2= YES
USE_IMAKE= YES
USE_RMAN= YES
+USE_X11BASE= YES
-PLIST_SRC= ${WRKDIR}/PLIST
+ALL_TARGET= xaw95static
+MAKE_ENV+= XMKMF="${XMKMF}"
pre-configure:
${MV} -f ${WRKSRC}/Local.config ${WRKSRC}/Local.config.save
- @${SED} -e 's|\$${LOCALBASE}|${LOCALBASE}|g' \
+ ${SED} -e 's|\$${LOCALBASE}|${LOCALBASE}|g' \
-e 's|\$${X11BASE}|${X11BASE}|g' \
-e 's|\$${XPMDIR}|${BUILDLINK_PREFIX.xpm}|g' \
${WRKSRC}/Local.config.save > ${WRKSRC}/Local.config
-post-install:
- ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- if [ -f ${PREFIX}/lib/X11/doc/html/xpaint.1.html ]; then \
- ${ECHO} lib/X11/doc/html/xpaint.1.html >>${PLIST_SRC}; \
- fi
-
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"