summaryrefslogtreecommitdiff
path: root/graphics/gfract
diff options
context:
space:
mode:
authorben <ben>2004-01-11 20:23:15 +0000
committerben <ben>2004-01-11 20:23:15 +0000
commitf5e5aa9b7ea5bbbf30f4da18ecb11de6d2777a73 (patch)
treeadcb4b29efab1f67670a4b69fc510f82ea4c2937 /graphics/gfract
parent07c962353382a5b8f9ab9b235dc3323833a7605c (diff)
downloadpkgsrc-f5e5aa9b7ea5bbbf30f4da18ecb11de6d2777a73.tar.gz
Update gfract to use buildlink3.
Diffstat (limited to 'graphics/gfract')
-rw-r--r--graphics/gfract/Makefile30
1 files changed, 16 insertions, 14 deletions
diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile
index 9f4fa706b40..4e54e1c94e3 100644
--- a/graphics/gfract/Makefile
+++ b/graphics/gfract/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.14 2003/12/24 09:53:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/11 20:23:15 ben Exp $
#
-DISTNAME= gfract-0.21
-PKGREVISION= 3
-CATEGORIES= graphics x11
-MASTER_SITES= http://www.cs.Helsinki.FI/u/salerma/gfract/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gfract-palettes-0.1.tar.gz
+DISTNAME= gfract-0.21
+PKGREVISION= 3
+CATEGORIES= graphics x11
+MASTER_SITES= http://www.cs.Helsinki.FI/u/salerma/gfract/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gfract-palettes-0.1.tar.gz
-MAINTAINER= ben@NetBSD.org
-HOMEPAGE= http://www.cs.Helsinki.FI/u/salerma/gfract/
-COMMENT= Gtk-based fractal program
+MAINTAINER= ben@NetBSD.org
+HOMEPAGE= http://www.cs.Helsinki.FI/u/salerma/gfract/
+COMMENT= Gtk-based fractal program
-USE_BUILDLINK2= yes
-USE_X11= yes
-ALL_TARGET= gfract
+USE_BUILDLINK3= yes
+USE_X11= yes
+ALL_TARGET= gfract
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
post-extract:
${MV} ${WRKDIR}/monk2\'.map ${WRKDIR}/monk2.map
@@ -35,7 +37,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/gfract.xpm ${PREFIX}/share/gfract/
${INSTALL_PROGRAM} ${WRKSRC}/gfract ${PREFIX}/bin/
-.include "../../graphics/png/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"