2005-06-23 12:40:04 +02:00
|
|
|
# New ports collection makefile for: am-utils
|
|
|
|
# Date created: 2 November 2004
|
|
|
|
# Whom: Jon Wilson <jon@phuq.co.uk>
|
2004-11-06 23:22:17 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= am-utils
|
2005-09-28 15:32:33 +02:00
|
|
|
PORTVERSION= 6.1.2.1
|
2005-06-23 12:40:04 +02:00
|
|
|
PORTEPOCH= 1
|
2004-11-06 23:22:17 +01:00
|
|
|
CATEGORIES= sysutils net
|
2005-09-28 15:32:33 +02:00
|
|
|
MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/am-utils/ \
|
|
|
|
ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils/ \
|
|
|
|
ftp://sunsite.org.uk/package/am-utils/ \
|
|
|
|
ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/
|
2004-11-06 23:22:17 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= The Berkeley Automounter Suite of Utilities
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-06 23:22:17 +01:00
|
|
|
|
2005-09-28 15:32:33 +02:00
|
|
|
PORTDOCS= AUTHORS COPYING BUGS FAQ NEWS README.attrcache
|
|
|
|
|
2005-04-21 15:46:25 +02:00
|
|
|
.if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING)
|
2004-11-06 23:22:17 +01:00
|
|
|
USE_OPENLDAP= yes
|
|
|
|
CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include
|
2005-09-28 15:32:33 +02:00
|
|
|
PORTDOCS+= README.ldap ldap-id.txt ldap.schema
|
2004-11-06 23:22:17 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
INFO= am-utils
|
|
|
|
MAN1= expn.1 pawd.1
|
|
|
|
MAN5= amd.conf.5
|
|
|
|
MAN8= amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 mk-amd-map.8 wire-test.8
|
|
|
|
|
2005-09-28 15:32:33 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2004-11-06 23:22:17 +01:00
|
|
|
.include <bsd.port.mk>
|