summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-29 00:01:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-29 00:01:03 +0800
commit6ab1843f89a9199856da787da68cfdf1ac454cc7 (patch)
treef3883cd4de2e07d5e9ceef8ceeb98198c02b847c /devel/libgsf/Makefile
parent6584f72a8c9fe58c743294c6c578410a937f74d4 (diff)
downloadmarcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar.gz
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar.bz2
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar.lz
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar.xz
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.tar.zst
marcuscom-ports-6ab1843f89a9199856da787da68cfdf1ac454cc7.zip
Updated in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19924 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r--devel/libgsf/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
deleted file mode 100644
index e40450c0a..000000000
--- a/devel/libgsf/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= libgsf
-PORTVERSION= 1.14.29
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Extensible I/O abstraction for dealing with structured file formats
-
-USES= gettext gmake libtool pathfix pkgconfig tar:xz
-USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \
- libxml2
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.mk>