summaryrefslogtreecommitdiff
path: root/graphics/xpaint/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-01-31 09:24:07 +0000
committeradam <adam>2005-01-31 09:24:07 +0000
commitc44d51853c9d6b2263c38ad80afa08999439248e (patch)
treea8e43cb75c3d2368653e1340bfff91a8f42c6f02 /graphics/xpaint/Makefile
parent1aa0512a67136beea49310779dadac1b6625e941 (diff)
downloadpkgsrc-c44d51853c9d6b2263c38ad80afa08999439248e.tar.gz
Changes 2.7.3:
* Incorporated OpenVMS port by Jouk Jansen <joukj@hrem.stm.tudelft.nl> http://nchrem.tnw.tudelft.nl/openvms/software2.html * PNG is now the default image format * Corrected long standing bug in StdSnapshotCallback() in graphic.c * Added -clipboard option which loads files from command line into clipboard.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r--graphics/xpaint/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index edf1692576b..eb741ec7939 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2004/12/28 23:18:20 reed Exp $
+# $NetBSD: Makefile,v 1.44 2005/01/31 09:24:07 adam Exp $
-DISTNAME= xpaint-2.7.2
-PKGREVISION= 1
+DISTNAME= xpaint-2.7.3
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sf-xpaint/}
EXTRACT_SUFX= .tar.bz2
@@ -10,9 +9,9 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://sf-xpaint.sourceforge.net/
COMMENT= Simple paint program
-USE_BUILDLINK3= YES
-USE_GNU_TOOLS+= make
-USE_IMAKE= YES
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_IMAKE= yes
BUILD_TARGET= xaw95static
MAKE_ENV+= XMKMF="${XMKMF}"
@@ -28,4 +27,5 @@ SUBST_SED.foo= -e "s|\$${LOCALBASE}|${LOCALBASE}|g" \
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"