diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-02-23 05:05:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-02-23 05:05:38 +0000 |
commit | 494f29a6cb2cee645475b71c8244f403101259fa (patch) | |
tree | 6d4c5ee251f066fa18df811173ba2a0330f656d3 /security/aide/Makefile | |
parent | 92bcd3d166f349057da77d6721b10d1075bbbe8b (diff) | |
download | ports-494f29a6cb2cee645475b71c8244f403101259fa.tar.gz ports-494f29a6cb2cee645475b71c8244f403101259fa.zip |
Notes
Diffstat (limited to 'security/aide/Makefile')
-rw-r--r-- | security/aide/Makefile | 7 |
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 |