summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk13/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-15 11:41:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-15 11:41:42 +0000
commitc6e3562759979cce9edf249be4a804d93060aa4c (patch)
tree3fa2e2e189b8a112501d3b99f114b128fc8f4747 /x11-toolkits/gtk13/Makefile
parentlibXpm major is now 5. Also remove regexp support in preparation for (diff)
Install info page now, and I move gtk(11) back to X11R6 now.
Notes
Notes: svn path=/head/; revision=13145
Diffstat (limited to 'x11-toolkits/gtk13/Makefile')
-rw-r--r--x11-toolkits/gtk13/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index f08581bd0f3c..a4b52344a5a8 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.23 1998/08/12 10:38:28 vanilla Exp $
+# $Id: Makefile,v 1.24 1998/08/14 11:16:49 vanilla Exp $
#
DISTNAME= gtk+-1.1.1
@@ -17,11 +17,20 @@ MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib
+USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11
+MAN1= gtk11-config.1
+
+pre-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+
post-install:
${LDCONFIG} -m ${PREFIX}/lib
+ ${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>