mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# New ports collection makefile for: am-utils
|
|
# Date created: 2 November 2004
|
|
# Whom: Jon Wilson <jon@phuq.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= am-utils
|
|
PORTVERSION= 6.1.5
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils net
|
|
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/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Berkeley Automounter Suite of Utilities
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
|
|
PORTDOCS= AUTHORS BUGS COPYING FAQ NEWS README.attrcache
|
|
|
|
.if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING)
|
|
USE_OPENLDAP= yes
|
|
CONFIGURE_ARGS+= --with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include
|
|
PORTDOCS+= README.ldap ldap-id.txt ldap.schema
|
|
.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
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|