summaryrefslogtreecommitdiffstats
path: root/devel/libgsf-gnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgsf-gnome/Makefile')
-rw-r--r--devel/libgsf-gnome/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile
deleted file mode 100644
index 63f12c1d6..000000000
--- a/devel/libgsf-gnome/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: libgsf
-# Date created: 11 September 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $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"