diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-20 08:37:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-20 08:37:57 +0800 |
commit | 4da33a6d7e24b219b0951f23b1bd07c0b3b375f0 (patch) | |
tree | 22e61ec2551210ea736d7eb0260fdb812f8cfd1a /devel/devhelp3/Makefile | |
parent | bac8284c5794051bf516bc2785c4a66bf4790db9 (diff) | |
download | marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar.gz marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar.bz2 marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar.lz marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar.xz marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.tar.zst marcuscom-ports-4da33a6d7e24b219b0951f23b1bd07c0b3b375f0.zip |
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15055 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp3/Makefile')
-rw-r--r-- | devel/devhelp3/Makefile | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/devel/devhelp3/Makefile b/devel/devhelp3/Makefile new file mode 100644 index 000000000..7ea32a042 --- /dev/null +++ b/devel/devhelp3/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: devhelp +# Date created: 29 May 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= devhelp +PORTVERSION= 2.91.5 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Developer help browser for GNOME 3 + +LIB_DEPENDS= webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk2 + +USE_BZIP2= yes +USE_XORG= x11 +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack gnomeprefix gtk30 gconf2 +# libwnck3 +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +GCONF_SCHEMAS= devhelp.schemas +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" + +#OPTIONS= GEDIT "Enable GEdit plug-in support" off + +.include <bsd.port.pre.mk> + +# doesn't work if gedit 2.91 is installed, probably needs to be ported still. +#.if defined(WITH_GEDIT) +#LIB_DEPENDS+= gedit-private.0:${PORTSDIR}/editors/gedit3 +#PLIST_SUB+= GEDIT="" +#.else +PLIST_SUB+= GEDIT="@comment " +#.endif + +post-patch: +#.if defined(WITHOUT_GEDIT) + @${REINPLACE_CMD} -e 's|gedit-plugin||g' ${WRKSRC}/misc/Makefile.in +#.endif + +.include <bsd.port.post.mk> |