freebsd-ports/devel/libglade/Makefile
Jeremy Messenger 47eb2d989d -USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Fix the build with objformat removal on -CURRENT. [1]
-Bump the PORTREVISION, because of plist change. [1]

PR:		ports/109756 [1]
Submitted by:	rafan [1]
2007-03-02 18:59:56 +00:00

30 lines
729 B
Makefile

# New ports collection makefile for: libglade
# Date created: 18 August 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
PORTNAME= libglade
PORTVERSION= 0.17
PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libglade/0.17
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME glade library
USE_XLIB= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>