diff options
Diffstat (limited to 'sysutils/adtool/Makefile')
-rw-r--r-- | sysutils/adtool/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 83ac74a..09d0663 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: adtool -# Date created: Wed 23 Apr 2003 -# Whom: joseph@randomnetworks.com +# Date created: Wed 23 Apr 2003 +# Whom: joseph@randomnetworks.com # # $FreeBSD$ # -PORTNAME= adtool -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://dexy.mine.nu/adtool/ +PORTNAME= adtool +PORTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://dexy.mine.nu/adtool/ MAINTAINER= joseph@randomnetworks.com COMMENT= Active Directory administration tool -USE_GMAKE= yes +USE_GMAKE= yes USE_OPENLDAP= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE} +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --with-ldap=${LOCALBASE} MAN1= adtool.1 |