summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 03:57:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 03:57:37 +0800
commitf4fc9ce2c9d177af9233c2e5e7da81952c223049 (patch)
treedc93d64dfa20e96be7deea11d92318adad41665f /www/gtkhtml3/Makefile
parent1403fbb31b494050f8119a5e6cfffb87bfd2be92 (diff)
downloadmarcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.gz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.bz2
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.lz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.xz
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.tar.zst
marcuscom-ports-f4fc9ce2c9d177af9233c2e5e7da81952c223049.zip
Update gtkhtml3 from the ports-experimental module. Currently this version
is 3.3.1, but it will be updated very soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3101 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r--www/gtkhtml3/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
new file mode 100644
index 000000000..3388e8a8d
--- /dev/null
+++ b/www/gtkhtml3/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gtkhtml3
+# Date created: 12 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkhtml3
+PORTVERSION= 3.3.1
+CATEGORIES= www gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.3
+DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Lightweight HTML rendering/printing/editing engine
+
+LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui libgnomeprintui
+INSTALLS_SHLIB= yes
+USE_LIBTOOL_VER=15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= VERSION="3.1"
+
+.include <bsd.port.mk>