diff options
author | erich <erich@FreeBSD.org> | 1997-10-16 00:07:05 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-10-16 00:07:05 +0800 |
commit | 669b5372d5b9dd084281521f49bc83b1e3b8f0a2 (patch) | |
tree | b32f1eb740d6b703e1e446495f15b500757ae6e0 /x11-toolkits/gtk30/Makefile | |
parent | 2020daeeafb21a905e1b6500ffbb7fd56a95879f (diff) | |
download | freebsd-ports-gnome-669b5372d5b9dd084281521f49bc83b1e3b8f0a2.tar.gz freebsd-ports-gnome-669b5372d5b9dd084281521f49bc83b1e3b8f0a2.tar.zst freebsd-ports-gnome-669b5372d5b9dd084281521f49bc83b1e3b8f0a2.zip |
add GTK, a widget set that is gaining popularity, necessary for
the soon to be updated gimp port
PR: 4649
Reviewed by: erich
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 25 |
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> |