aboutsummaryrefslogtreecommitdiff
path: root/sysutils/msyslog/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-03-23 18:28:13 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-03-23 18:28:13 +0000
commit62374e8c963dcce7ba6f748f43c022650f5172d4 (patch)
tree4f1f6a666d18f894cc9ff0f4e9860a7ee77cd455 /sysutils/msyslog/Makefile
parentb3236d7051efcd13ecc5ebe2022335f7bdf5a703 (diff)
Update to version 1.08f.
Reclaim maintainership.
Notes
Notes: svn path=/head/; revision=56493
Diffstat (limited to 'sysutils/msyslog/Makefile')
-rw-r--r--sysutils/msyslog/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile
index 38862589cd6e..afd12aaedc5f 100644
--- a/sysutils/msyslog/Makefile
+++ b/sysutils/msyslog/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= msyslog
-PORTVERSION= 1.07
+PORTVERSION= 1.08f
CATEGORIES= sysutils
-MASTER_SITES= http://www.core-sdi.com/soft/ \
+MASTER_SITES= http://community.corest.com/pub/msyslog/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
+DISTNAME= ${PORTNAME}-pre_${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= anders@FreeBSD.org
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
@@ -22,7 +23,8 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
.endif
-USE_AUTOCONF= yes
+#USE_AUTOCONF_VER= 252 # not yet
+AUTOCONF= ${LOCALBASE}/bin/autoconf
GNU_CONFIGURE= yes
USE_GMAKE= yes
.if !defined(WITH_MYSQL)
@@ -57,6 +59,9 @@ pre-patch:
${WRKSRC}/${f}
.endfor
+pre-configure:
+ (cd ${CONFIGURE_WRKSRC} && ${AUTOCONF})
+
post-install:
${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/share/examples/msyslog
${INSTALL_DATA} ${WRKSRC}/src/examples/* \