aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmnd/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-20 15:32:42 +0800
committerpat <pat@FreeBSD.org>2002-06-20 15:32:42 +0800
commit1df67a5aa14705ff84d0424b30768ae57bd60c6e (patch)
treed8bc61ea1456112326ccf98372cb7d8a30c5c38a /net/wmnd/Makefile
parent8b5f30ce7c1ef284bc28f2cc7171202215022af9 (diff)
downloadfreebsd-ports-gnome-1df67a5aa14705ff84d0424b30768ae57bd60c6e.tar.gz
freebsd-ports-gnome-1df67a5aa14705ff84d0424b30768ae57bd60c6e.tar.zst
freebsd-ports-gnome-1df67a5aa14705ff84d0424b30768ae57bd60c6e.zip
- Update to 0.4.2
- Add pkg-message (1) PR: 39065 Submitted by: Andy Sparrow <spadger@best.com> (1)
Diffstat (limited to 'net/wmnd/Makefile')
-rw-r--r--net/wmnd/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile
index a060649edf3e..27ed82f14dc1 100644
--- a/net/wmnd/Makefile
+++ b/net/wmnd/Makefile
@@ -6,29 +6,22 @@
#
PORTNAME= wmnd
-PORTVERSION= 0.4.1
+PORTVERSION= 0.4.2
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
MAINTAINER= flag@gufi.org
-BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14
-
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${EXAMPLESDIR}
+CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
+ --program-transform-name=""
MAN1= wmnd.1
-pre-patch:
-.for m in Makefile.in doc/Makefile.in examples/Makefile.in src/Makefile.in
- @${PERL} -pi -e 's|\@program_transform_name\@||' ${WRKSRC}/${m}
-.endfor
-.for files in install-sh config.sub mkinstalldirs
- @${LN} -sf ${LOCALBASE}/share/automake14/automake/${files} \
- ${WRKSRC}/${files}
-.endfor
+post-install:
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>