diff options
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 07a69d4..b86001c 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/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> |