diff options
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r-- | graphics/pixmap/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index f840071a776..6e77aff0346 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -1,14 +1,21 @@ -# $NetBSD: Makefile,v 1.10 2000/08/23 23:14:27 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/13 19:21:42 hubertf Exp $ # FreeBSD: Makefile,v 1.8 1996/11/18 09:53:36 asami Exp # DISTNAME= pixmap2.6 -PKGNAME= pixmap-2.6 +PKGNAME= pixmap-2.6pl4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/pixmap/} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= pixmap_2.6.patch1.gz \ + pixmap_2.6.patch2.gz \ + pixmap_2.6.patch3.gz \ + pixmap_2.6.patch4.gz MAINTAINER= packages@netbsd.org +BUILD_DEPENDS+= rman:../../textproc/rman + USE_IMAKE= YES USE_XPM= YES |