1997-10-15 12:07:05 -04:00
|
|
|
# New ports collection makefile for: gtk
|
1998-11-17 10:22:02 -05:00
|
|
|
# Version required: 1.1.2
|
1997-12-03 16:17:36 -05:00
|
|
|
# Date Created: 28 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
1997-10-15 12:07:05 -04:00
|
|
|
#
|
1998-12-10 08:18:16 -05:00
|
|
|
# $Id: Makefile,v 1.30 1998/11/18 10:51:53 asami Exp $
|
1997-10-15 12:07:05 -04:00
|
|
|
#
|
|
|
|
|
1998-11-17 10:22:02 -05:00
|
|
|
DISTNAME= gtk+-1.1.2
|
|
|
|
PKGNAME= gtk-1.1.2
|
1998-08-07 19:08:39 -04:00
|
|
|
CATEGORIES= x11-toolkits
|
1998-08-12 06:38:28 -04:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \
|
1998-12-10 08:18:16 -05:00
|
|
|
http://www.ameth.org/gimp/gtk/v1.1/
|
1997-10-15 12:07:05 -04:00
|
|
|
|
1998-06-01 00:24:01 -04:00
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
1997-10-15 12:07:05 -04:00
|
|
|
|
1998-09-22 19:31:14 -04:00
|
|
|
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
|
1997-10-15 12:07:05 -04:00
|
|
|
|
1998-09-15 07:41:42 -04:00
|
|
|
USE_X_PREFIX= yes
|
1998-08-14 07:16:49 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-06 22:05:44 -04:00
|
|
|
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
|
1998-08-12 06:38:28 -04:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11
|
1997-10-15 12:07:05 -04:00
|
|
|
|
1998-11-18 05:51:53 -05:00
|
|
|
MAN1= gtk-config.1
|
1998-09-15 07:41:42 -04:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
|
|
|
|
1998-01-21 07:26:52 -05:00
|
|
|
post-install:
|
1998-09-22 20:47:17 -04:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-09-15 07:41:42 -04:00
|
|
|
${CAT} ${PKGDIR}/MESSAGE
|
1998-01-21 07:26:52 -05:00
|
|
|
|
1997-10-15 12:07:05 -04:00
|
|
|
.include <bsd.port.mk>
|