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

37 lines
957 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk11-devel
1998-12-26 19:17:44 +00:00
# Version required: 1.1.9
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
1998-12-26 19:17:44 +00:00
# $Id: Makefile,v 1.35 1998/12/22 09:06:28 asami Exp $
#
1998-12-26 19:17:44 +00:00
DISTNAME= gtk+-1.1.9
PKGNAME= gtk-1.1.9
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-26 19:17:44 +00:00
RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
1998-12-26 19:17:44 +00:00
USE_PERL5= yes
.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \
1998-12-26 19:17:44 +00:00
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>