summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
deleted file mode 100644
index 53adfb414..000000000
--- a/devel/libgsf/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: libgsf
-# Date created: 11 September 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/libgsf/Makefile,v 1.5 2003/01/19 19:39:38 marcus Exp $
-#
-
-PORTNAME= libgsf
-PORTVERSION= 1.7.2
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= bonobo-2.0:${PORTSDIR}/devel/libbonobo \
- gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
- --disable-gtk-doc --with-gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>