aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1997-10-15 16:07:05 +0000
committerEric L. Hernes <erich@FreeBSD.org>1997-10-15 16:07:05 +0000
commitdad365e74922d59ca9345fd71a1e16dc1a1f9a6b (patch)
tree1e67c51e151b88f5b0bf8e9313301cf62a2df8ae /x11-toolkits/gtk30/Makefile
parentd6b24a9e86ca8e95fd146fbb64eac5ce8b0cc91b (diff)
downloadports-dad365e74922d59ca9345fd71a1e16dc1a1f9a6b.tar.gz
ports-dad365e74922d59ca9345fd71a1e16dc1a1f9a6b.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r--x11-toolkits/gtk30/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
new file mode 100644
index 000000000000..85841a6d83a8
--- /dev/null
+++ b/x11-toolkits/gtk30/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gtk
+# Version required: 970925
+# Date Created: 28 Sep 1997
+# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
+#
+# $Id$
+#
+
+DISTNAME= gtk+970925
+PKGNAME= gtk-970925
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
+
+MAINTAINER= vanilla@MinJe.com.TW
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_X11= yes
+
+pre-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+
+.include <bsd.port.mk>