diff options
Diffstat (limited to 'misc/grun/Makefile')
-rw-r--r-- | misc/grun/Makefile | 27 |
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> |