summaryrefslogtreecommitdiffstats
path: root/net/libcroco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libcroco/Makefile')
-rw-r--r--net/libcroco/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/net/libcroco/Makefile b/net/libcroco/Makefile
new file mode 100644
index 000000000..3caad6091
--- /dev/null
+++ b/net/libcroco/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libcroco
+# Date created: 08 July 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libcroco
+PORTVERSION= 0.3.0
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CSS2 parsing library
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack pango libxml2
+
+MAN1= croco-config.1 csslint.1
+
+.include <bsd.port.mk>