1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/gtk13/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gtk11-devel
1999-01-20 22:14:29 +00:00
# Version required: 1.1.13
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
1999-01-20 22:14:29 +00:00
# $Id: Makefile,v 1.41 1999/01/05 00:58:09 vanilla Exp $
#
1999-01-20 22:14:29 +00:00
DISTNAME= gtk+-1.1.13
PKGNAME= gtk-1.1.13
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/ \
1998-12-10 13:18:16 +00:00
http://www.ameth.org/gimp/gtk/v1.1/
1998-06-01 04:24:01 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
1998-12-28 13:57:36 +00:00
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
1998-12-30 23:11:36 +00:00
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel
USE_X_PREFIX= yes
1998-12-26 19:17:44 +00:00
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \
1998-12-26 19:17:44 +00:00
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
1998-12-30 23:11:36 +00:00
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d
1999-01-20 22:14:29 +00:00
MAN1= gtk-config.1
pre-build:
${RM} -rf ${WRKSRC}/docs/gtk.info*
post-install:
1999-01-20 22:14:29 +00:00
@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
1999-01-20 22:14:29 +00:00
@${CAT} ${PKGDIR}/MESSAGE
1999-01-20 22:14:29 +00:00
.include <bsd.port.mk>