summaryrefslogtreecommitdiffstats
path: root/www/libgtkhtml/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 09:51:50 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 09:51:50 +0800
commit7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26 (patch)
tree24a9d55b3a1983e35caf14d2fabfc2afe58213d5 /www/libgtkhtml/Makefile
parent1dba1dac6b23cf6b11d622b14a7d54d949b52ad3 (diff)
downloadmarcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar.gz
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar.bz2
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar.lz
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar.xz
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.tar.zst
marcuscom-ports-7c4a325deecf2f6cc15fcf6c56d1f2e69ce34a26.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6705 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libgtkhtml/Makefile')
-rw-r--r--www/libgtkhtml/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile
new file mode 100644
index 000000000..a245bf4cb
--- /dev/null
+++ b/www/libgtkhtml/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libgtkhtml
+# Date created: 2nd June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgtkhtml
+PORTVERSION= 2.11.0
+PORTREVISION= 2
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Lightweight HTML rendering/printing/editing engine
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 gail ltverhack
+INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>