diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-20 22:14:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-20 22:14:29 +0000 |
commit | facb60e5eecf4f62a57ae77db315b94b96764763 (patch) | |
tree | f79fb1d4ea46eb3dfc00e3b1cae41479cc7e65b2 /x11-toolkits/gtk30/Makefile | |
parent | d10215dc318980115dfb4f538df15813d364a592 (diff) | |
download | ports-facb60e5eecf4f62a57ae77db315b94b96764763.tar.gz ports-facb60e5eecf4f62a57ae77db315b94b96764763.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 07a69d4a3f5f..b86001ce3a92 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk11-devel -# Version required: 1.1.12 +# Version required: 1.1.13 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.40 1999/01/04 08:43:06 vanilla Exp $ +# $Id: Makefile,v 1.41 1999/01/05 00:58:09 vanilla Exp $ # -DISTNAME= gtk+-1.1.12 -PKGNAME= gtk-1.1.12 +DISTNAME= gtk+-1.1.13 +PKGNAME= gtk-1.1.13 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ @@ -20,11 +20,7 @@ RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel USE_X_PREFIX= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 300000 USE_PERL5= yes -.endif GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ @@ -32,7 +28,16 @@ CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d +MAN1= gtk-config.1 + +pre-build: + ${RM} -rf ${WRKSRC}/docs/gtk.info* + post-install: + @if [ ! -f ${PREFIX}/share/info ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.post.mk> +.include <bsd.port.mk> |