aboutsummaryrefslogtreecommitdiff
path: root/security/aide/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-02-23 05:05:38 +0000
committerCy Schubert <cy@FreeBSD.org>2006-02-23 05:05:38 +0000
commit494f29a6cb2cee645475b71c8244f403101259fa (patch)
tree6d4c5ee251f066fa18df811173ba2a0330f656d3 /security/aide/Makefile
parent92bcd3d166f349057da77d6721b10d1075bbbe8b (diff)
downloadports-494f29a6cb2cee645475b71c8244f403101259fa.tar.gz
ports-494f29a6cb2cee645475b71c8244f403101259fa.zip
Notes
Diffstat (limited to 'security/aide/Makefile')
-rw-r--r--security/aide/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index c976432fa29a..ded4ab39fb01 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= aide
-PORTVERSION= 0.10
-PORTREVISION= 1
+PORTVERSION= 0.11
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.cs.tut.fi/~rammer/
@@ -20,12 +19,14 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash
USE_GMAKE= yes
USE_BISON= yes
+USE_AUTOTOOLS= autoconf:259
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mhash \
--with-zlib \
--with-config_file=${PREFIX}/etc/aide.conf
-CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= aide.1
MAN5= aide.conf.5