summaryrefslogtreecommitdiff
path: root/misc/grun/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 15:09:34 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 15:09:34 +0000
commitcd917812a65339b5e59a0c177f4611181857dd90 (patch)
tree6482145c007cab69b411a463b23ce990c8ab896e /misc/grun/Makefile
parentAdd bacon (diff)
a gtk-launcher similar to the Windows(tm) "Run..." dialog
PR: 12698 Submitted by: Dominik Brettnacher <domi@saargate.de>
Notes
Notes: svn path=/head/; revision=21501
Diffstat (limited to 'misc/grun/Makefile')
-rw-r--r--misc/grun/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/grun/Makefile b/misc/grun/Makefile
new file mode 100644
index 000000000000..dfc56542a76e
--- /dev/null
+++ b/misc/grun/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: grun
+# Version required: 0.8.1
+# Date created: Sun Jul 18 1999
+# Whom: domi@saargate.de
+#
+# $FreeBSD$
+#
+
+DISTNAME= grun-0.8.1
+CATEGORIES= misc
+MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ \
+ ftp://skar.petech.ac.za/pub/gtksoft/
+
+MAINTAINER= domi@saargate.de
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN1= grun.1x
+
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>