diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-13 14:01:04 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-13 14:01:04 +0800 |
| commit | b431c0abd8361e7410a6875ffd14bbac4f850cdf (patch) | |
| tree | fa4e41a4d4426cff373eace8f511b7d872a22c2e /deskutils/chmsee/Makefile | |
| parent | 8cd9909f391159c0779c4e73b0556c03ee3305a8 (diff) | |
| download | marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.gz marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.zst marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.zip | |
Chase the gtkhtml3 internal version change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8544 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/chmsee/Makefile')
| -rw-r--r-- | deskutils/chmsee/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile new file mode 100644 index 000000000..b0857be81 --- /dev/null +++ b/deskutils/chmsee/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: chmsee +# Date created: 10 June 2006 +# Whom: Liu.Yinghong <liu_yinghong@yahoo.com.cn> +# +# $FreeBSD$ +# + +PORTNAME= chmsee +PORTVERSION= 0.9.6 +PORTREVISION= 1 +CATEGORIES= deskutils gnome +MASTER_SITES= http://chmsee.gro.clinux.org/ + +MAINTAINER= liu_yinghong@yahoo.com.cn +COMMENT= A viewer for Microsoft Help "CHM" files + +LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib + +USE_GETTEXT= yes +USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome gtkhtml3 +WANT_GNOME= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_BZIP2= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |
