diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 15:09:34 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 15:09:34 +0000 |
commit | cd917812a65339b5e59a0c177f4611181857dd90 (patch) | |
tree | 6482145c007cab69b411a463b23ce990c8ab896e /misc/grun/Makefile | |
parent | f9a19d39335d63d91626495744c25d69724a73cb (diff) |
Notes
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> |