1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/gtk12/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gtk11-devel
1999-02-18 04:49:26 +00:00
# Version required: 1.1.16
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.44 1999/02/18 04:49:25 vanilla Exp $
#
1999-02-18 04:49:26 +00:00
DISTNAME= gtk+-1.1.16
PKGNAME= gtk-1.1.16
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_ARGS= --includedir=${PREFIX}/include/gtk11d
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
1998-12-26 19:17:44 +00:00
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
1998-12-30 23:11:36 +00:00
LIBS="-L${LOCALBASE}/lib"
1999-01-20 22:14:29 +00:00
MAN1= gtk-config.1
pre-build:
${RM} -rf ${WRKSRC}/docs/gtk.info*
post-install:
@${MKDIR} ${LOCALBASE}/share/aclocal
@${INSTALL_DATA} ${WRKSRC}/gtk.m4 ${LOCALBASE}/share/aclocal/gtk11d.m4
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
.include <bsd.port.mk>