summaryrefslogtreecommitdiff
path: root/graphics/pixmap/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-01-09 02:37:47 +0000
committerfredb <fredb@pkgsrc.org>2002-01-09 02:37:47 +0000
commit031c5de89155f31bf8960d93c6e336425122d5ce (patch)
tree7b43dd0a2ab1823eb25fd1988770a9efa8c69d7f /graphics/pixmap/Makefile
parentbed08f7015e4746c2ded43b5277548c572b0a040 (diff)
downloadpkgsrc-031c5de89155f31bf8960d93c6e336425122d5ce.tar.gz
- - Enable the Motif option, to link against "openmotif". Looks great!
- - Drop the dependency on "rman" -- don't need it. - - Bump the version number to 2.6.4nb1.
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r--graphics/pixmap/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile
index 6b4ecf75f96..05274911283 100644
--- a/graphics/pixmap/Makefile
+++ b/graphics/pixmap/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2001/03/27 03:20:01 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2002/01/09 02:37:47 fredb Exp $
# FreeBSD: Makefile,v 1.8 1996/11/18 09:53:36 asami Exp
#
DISTNAME= pixmap2.6
-PKGNAME= pixmap-2.6pl4
+PKGNAME= pixmap-2.6.4nb1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/pixmap/}
+
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= pixmap_2.6.patch1.gz \
pixmap_2.6.patch2.gz \
@@ -15,10 +16,14 @@ PATCHFILES= pixmap_2.6.patch1.gz \
MAINTAINER= packages@netbsd.org
COMMENT= Pixmap editor based on XPM library
-USE_RMAN= YES
USE_IMAKE= YES
-USE_XPM= YES
+USE_MOTIF= YES
WRKSRC= ${WRKDIR}/pixmap
+MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}"
+MAKE_ENV+= MOTIFBASE="${MOTIFBASE}"
+
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/motif.buildlink.mk"
.include "../../mk/bsd.pkg.mk"