aboutsummaryrefslogtreecommitdiff
path: root/devel/devhelp/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-29 20:35:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-29 20:35:20 +0000
commit8762b03b9b9f554d9cb7701bbee77f5b4e2b5648 (patch)
tree3d4805bf8d40d5bdb1f079d4f0b7be0818833eed /devel/devhelp/Makefile
parent0615b9517b9d3343795c9245309973f7074b97f1 (diff)
downloadports-8762b03b9b9f554d9cb7701bbee77f5b4e2b5648.tar.gz
ports-8762b03b9b9f554d9cb7701bbee77f5b4e2b5648.zip
Update to 0.7, and update the WWW link.
PR: 53905 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83864
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r--devel/devhelp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index d5a862a559b2..172ba45a74be 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= devhelp
-PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES?= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
DIST_SUBDIR= gnome2
MAINTAINER= rui@ruilopes.com
@@ -20,9 +19,9 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>