diff options
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 2556e9723182..2231e1d3b013 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,31 +1,24 @@ # New ports collection makefile for: gtk -# Version required: 1.0.5 +# Version required: 1.1.1 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.21 1998/07/30 05:24:38 vanilla Exp $ +# $Id: Makefile,v 1.22 1998/08/07 23:08:38 asami Exp $ # -DISTNAME= gtk+-1.0.5 -PKGNAME= gtk-1.0.5 +DISTNAME= gtk+-1.1.1 +PKGNAME= gtk-1.1.1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \ - http://www.ameth.org/gimp/pub/gtk/v1.0/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ + http://www.ameth.org/gimp/pub/gtk/v1.1/ MAINTAINER= vanilla@FreeBSD.ORG GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' - -MAN1= gtk-config.1 - -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi +CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11 post-install: ${LDCONFIG} -m ${PREFIX}/lib |