summaryrefslogtreecommitdiffstats
path: root/textproc/libcroco/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-14 06:22:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-14 06:22:19 +0800
commitf98c366c7d3084a30499cb165b0c17986eec8add (patch)
tree9b6a16701191549981f4ade4367120578a6569e4 /textproc/libcroco/Makefile
parent9ce52bfdbea327c350fe3bd9a4b717fd579f0c43 (diff)
downloadmarcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar.gz
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar.bz2
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar.lz
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar.xz
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.tar.zst
marcuscom-ports-f98c366c7d3084a30499cb165b0c17986eec8add.zip
remove more merged ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17228 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libcroco/Makefile')
-rw-r--r--textproc/libcroco/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile
deleted file mode 100644
index fa0c38a11..000000000
--- a/textproc/libcroco/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Adam Weinberger <adamw@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= libcroco
-PORTVERSION= 0.6.8
-CATEGORIES= textproc gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= CSS2 parsing library
-
-USE_XZ= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
-USE_GNOME= gnomehack glib20 libxml2 ltverhack
-USE_PKGCONFIG= build
-CONFIGURE_ARGS= --disable-gtk-doc-html
-
-PLIST_SUB= VERSION="0.6"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900035
-CONFIGURE_ARGS+=--disable-Bsymbolic
-.endif
-
-.include <bsd.port.post.mk>