[Midnightbsd-cvs] mports: mports/devel: add libgsf-gnome

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 27 23:31:42 EST 2007


Log Message:
-----------
add libgsf-gnome

Modified Files:
--------------
    mports/devel:
        Makefile (r1.176 -> r1.177)

Added Files:
-----------
    mports/devel/libgsf-gnome:
        Makefile (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.176
retrieving revision 1.177
diff -L devel/Makefile -L devel/Makefile -u -r1.176 -r1.177
--- devel/Makefile
+++ devel/Makefile
@@ -77,6 +77,7 @@
     SUBDIR += libgii
     SUBDIR += libglade2
     SUBDIR += libgsf
+    SUBDIR += libgsf-gnome
     SUBDIR += libgtop
     SUBDIR += libical
     SUBDIR += libixp
--- /dev/null
+++ devel/libgsf-gnome/pkg-descr
@@ -0,0 +1,3 @@
+The library is a bonobo and gnomevfs wrapper for libgsf, providing a high level
+API for GNOME applications to access and exchange various structured file
+formats.
--- /dev/null
+++ devel/libgsf-gnome/pkg-plist
@@ -0,0 +1,11 @@
+include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
+include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
+include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
+include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
+include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
+lib/libgsf-gnome-1.a
+lib/libgsf-gnome-1.la
+lib/libgsf-gnome-1.so
+lib/libgsf-gnome-1.so.114
+libdata/pkgconfig/libgsf-gnome-1.pc
+ at dirrm include/libgsf-1/gsf-gnome
--- /dev/null
+++ devel/libgsf-gnome/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for:	libgsf
+# Date created:				11 September 2002
+# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/libgsf-gnome/Makefile,v 1.1 2007/12/28 04:31:40 laffer1 Exp $
+# $FreeBSD: ports/devel/libgsf-gnome/Makefile,v 1.9 2007/09/05 15:50:26 mezz Exp $
+#   $MCom: ports/devel/libgsf-gnome/Makefile,v 1.10 2006/03/05 21:26:56 marcus Exp $
+#
+
+PORTREVISION=	0
+CATEGORIES=	devel gnome
+PKGNAMESUFFIX=	-gnome
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A GNOME wrapper for libgsf
+LICENSE=	gpl2
+
+MASTERDIR=	${.CURDIR}/../libgsf
+BUILD_WRKSRC=	${WRKSRC}/gsf-gnome
+INSTALL_WRKSRC=	${WRKSRC}/gsf-gnome
+DESCR=		${.CURDIR}/pkg-descr
+PLIST=		${.CURDIR}/pkg-plist
+
+USE_GNOME=	gnomehack libgsf gnomevfs2 ltverhack intlhack
+CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/gsf \
+		--with-bz2 --with-gnome --without-gvfs
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -lgsf-1"
+
+GSF_SLAVE=	yes
+
+post-install:
+	@${MKDIR} ${PREFIX}/libdata/pkgconfig
+	@${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc \
+		${PREFIX}/libdata/pkgconfig/
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list