diff options
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile new file mode 100644 index 000000000000..cf219818674c --- /dev/null +++ b/devel/libglade2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libglade +# Version required: 0.3 +# Date created: 18 August 1999 +# Whom: Ade Lovett <ade@lovett.com> +# +# $Id$ +# + +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 + +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> |