diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 22:22:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 22:22:17 +0000 |
commit | 10b8e22a359aeb64efd185f629880a68a026a786 (patch) | |
tree | ee8484115d69bd4968188d4d13129b45e928e8dd /sysutils/am-utils/Makefile | |
parent | f4532eb4dd8ab24f91a8d6ac48d4bae623ec2517 (diff) | |
download | ports-10b8e22a359aeb64efd185f629880a68a026a786.tar.gz ports-10b8e22a359aeb64efd185f629880a68a026a786.zip |
Notes
Diffstat (limited to 'sysutils/am-utils/Makefile')
-rw-r--r-- | sysutils/am-utils/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile new file mode 100644 index 000000000000..57ceba643003 --- /dev/null +++ b/sysutils/am-utils/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: oneko +# Date created: 5 December 1994 +# Whom: asami +# +# $FreeBSD$ +# + +PORTNAME= am-utils +PORTVERSION= 6.1.b4 +CATEGORIES= sysutils net +MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} + +MAINTAINER= ports@FreeBSD.org +COMMENT= The Berkeley Automounter Suite of Utilities + +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 + +.if defined(WITH_OPENLDAP) +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include +.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 + +.include <bsd.port.mk> |