From 31672c2cd4326b001016335a7197b86bea29c8fa Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 5 Mar 2006 21:26:56 +0000 Subject: Update to 1.14.0 which brings with it a shared lib bump. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5847 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libgsf-gnome/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 devel/libgsf-gnome/Makefile (limited to 'devel/libgsf-gnome/Makefile') diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile new file mode 100644 index 000000000..63f12c1d6 --- /dev/null +++ b/devel/libgsf-gnome/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libgsf +# Date created: 11 September 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# $MCom: ports/devel/libgsf-gnome/Makefile,v 1.8 2005/09/08 17:53:00 marcus Exp $ +# + +CATEGORIES= devel gnome +PKGNAMESUFFIX= -gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME wrapper for libgsf + +MASTERDIR= ${.CURDIR}/../libgsf +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +USE_GNOME= gnomehack libgsf gnomevfs2 ltverhack intlhack +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ + --disable-gtk-doc --with-bz2 --with-gnome +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lgsf-1" + +GCONF_SCHEMAS= +GSF_SLAVE= yes + +do-build: + @cd ${WRKSRC}/gsf-gnome && ${MAKE} + +do-install: + cd ${WRKSRC}/gsf-gnome && ${MAKE} ${INSTALL_TARGET} + ${MKDIR} ${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc ${PREFIX}/libdata/pkgconfig + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3