summaryrefslogtreecommitdiffstats
path: root/devel/libgsf-gnome/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:07:55 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:07:55 +0800
commit82668a5a8439e675e24ef1e63feab92af1f68e42 (patch)
treeb1dec9b5a11909412754cde7a86124bed0f04607 /devel/libgsf-gnome/Makefile
parente6bbcf50151b2b71ae5e44168254d8cdedb6ad66 (diff)
downloadmarcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.gz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.bz2
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.lz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.xz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.zst
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.zip
- Clean devel
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5056 df743ca5-7f9a-e211-a948-0013205c9059
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 725430574..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.7 2005/08/19 02:00:04 mezz 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"