diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 11:51:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 11:51:00 +0800 |
commit | 265ec957f261c6c6bf9243f1d585cc4e6e897f2c (patch) | |
tree | 3ab9f1b1df25ca8f247abc4d777897d007bf1be4 /www/gtkhtml3/Makefile | |
parent | 22d5f2941160b0767129344c022b0494a4dede8b (diff) | |
download | marcuscom-ports-265ec957f261c6c6bf9243f1d585cc4e6e897f2c.tar.gz marcuscom-ports-265ec957f261c6c6bf9243f1d585cc4e6e897f2c.tar.zst marcuscom-ports-265ec957f261c6c6bf9243f1d585cc4e6e897f2c.zip |
Add gtkhtml3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile new file mode 100644 index 000000000..766aed1ef --- /dev/null +++ b/www/gtkhtml3/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gtkhtml3 +# Date created: 12 March 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkhtml3 +PORTVERSION= 3.0.1 +CATEGORIES= www gnome +MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \ + ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.0 +DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Lightweight HTML rendering/printing/editing engine + +LIB_DEPENDS= gal-2-0.2:${PORTSDIR}/x11-toolkits/gal2 \ + soup-2.0.0:${PORTSDIR}/devel/libsoup + +#USE_BZIP2= yes +LATEST_LINK= gtkhtml3 +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |