summaryrefslogtreecommitdiff
path: root/devel/devhelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r--devel/devhelp/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index 717d3e1297ab..d0790bff784c 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -7,28 +7,22 @@
PORTNAME= devhelp
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES?= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
DIST_SUBDIR= gnome2
-MAINTAINER?= adamw@FreeBSD.org
+MAINTAINER= rui@ruilopes.com
COMMENT= Developer help browser for GNOME 2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gtk20 gnomehack gnomeprefix
-USE_REINPLACE= yes
+USE_GNOME= gnomehack gnomeprefix libgtkhtml
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ ${PTHREAD_LIBS}|' \
- ${WRKSRC}/src/Makefile.in
-
.include <bsd.port.mk>