1997-10-15 16:07:05 +00:00
|
|
|
# New ports collection makefile for: gtk
|
1998-11-02 17:21:21 +00:00
|
|
|
# Version required: 1.1.3
|
1997-12-03 21:17:36 +00:00
|
|
|
# Date Created: 28 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
1997-10-15 16:07:05 +00:00
|
|
|
#
|
1998-11-02 17:21:21 +00:00
|
|
|
# $Id: Makefile,v 1.27 1998/09/23 00:47:16 vanilla Exp $
|
1997-10-15 16:07:05 +00:00
|
|
|
#
|
|
|
|
|
1998-11-02 17:21:21 +00:00
|
|
|
DISTNAME= gtk+-1.1.3
|
|
|
|
PKGNAME= gtk-1.1.3
|
1998-08-07 23:08:39 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
1998-08-12 10:38:28 +00:00
|
|
|
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/
|
1997-10-15 16:07:05 +00:00
|
|
|
|
1998-06-01 04:24:01 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
1997-10-15 16:07:05 +00:00
|
|
|
|
1998-09-22 23:31:14 +00:00
|
|
|
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
|
1997-10-15 16:07:05 +00:00
|
|
|
|
1998-09-15 11:41:42 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-08-14 11:16:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-07 02:05:44 +00:00
|
|
|
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
|
1998-08-12 10:38:28 +00:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11
|
1997-10-15 16:07:05 +00:00
|
|
|
|
1998-09-15 11:41:42 +00:00
|
|
|
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
|
|
|
|
|
1998-01-21 12:26:52 +00:00
|
|
|
post-install:
|
1998-09-23 00:47:17 +00:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-09-15 11:41:42 +00:00
|
|
|
${CAT} ${PKGDIR}/MESSAGE
|
1998-01-21 12:26:52 +00:00
|
|
|
|
1997-10-15 16:07:05 +00:00
|
|
|
.include <bsd.port.mk>
|