freebsd-ports/devel/libglade2/Makefile
1999-08-25 05:57:29 +00:00

30 lines
670 B
Makefile

# New ports collection makefile for: libglade
# Version required: 0.3
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
DISTNAME= libglade-0.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libglade
MAINTAINER= ade@lovett.com
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
xml.4:${PORTSDIR}/textproc/libxml
BROKEN= problems with rpath handling in libtool
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>