1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libglade/Makefile
Steve Price 11408164b0 Update to version 0.9.
PR:		15121
Submitted by:	maintainer
1999-11-28 01:03:28 +00:00

29 lines
620 B
Makefile

# New ports collection makefile for: libglade
# Version required: 0.9
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
DISTNAME= libglade-0.9
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libglade
MAINTAINER= ade@lovett.com
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>