summaryrefslogtreecommitdiff
path: root/net-p2p/dctc-gui/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-05 17:22:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-05 17:22:38 +0000
commitf00ba41a18c91ff8c5fa4df1729cad9c1b33bd7f (patch)
tree0132226abc1bff2a5a264ad566db751effeea6bb /net-p2p/dctc-gui/Makefile
parento Update to 0.83.5 (diff)
o Update to 0.62
o Add hack to disable GNU auto* tools which break this port build under certain circumstances Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Notes
Notes: svn path=/head/; revision=67344
Diffstat (limited to 'net-p2p/dctc-gui/Makefile')
-rw-r--r--net-p2p/dctc-gui/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile
index 58ae3b1eb960..1332c1957109 100644
--- a/net-p2p/dctc-gui/Makefile
+++ b/net-p2p/dctc-gui/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dctc
-PORTVERSION= 0.60
+PORTVERSION= 0.62
CATEGORIES= net gnome
MASTER_SITES= http://unixpages.org/distfiles/ \
http://ac2i.tzo.com/dctc/
@@ -30,6 +30,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnome=${X11BASE} \
--with-gtk-prefix=${LOCALBASE} \
+ --datadir=${X11BASE}/share/gnome \
--enable-manual-db-detect \
--with-libiconv-prefix=${LOCALBASE}
@@ -56,6 +57,10 @@ post-configure:
@${ECHO_CMD} '#ifndef SEMVMX' >> ${WRKSRC}/config.h
@${ECHO_CMD} '#define SEMVMX 32767' >> ${WRKSRC}/config.h
@${ECHO_CMD} '#endif' >> ${WRKSRC}/config.h
+# disable GNU auto* tools
+ @${FIND} ${WRKSRC} -type f -name "Makefile" | ${XARGS} \
+ -n 10 ${REINPLACE_CMD} -E -e \
+ 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!'
post-install:
.ifndef(NOPORTDOCS)