View | Details | Raw Unified | Return to bug 86648
Collapse All | Expand All

(-)Makefile (-2 / +15 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	am-utils
8
PORTNAME=	am-utils
9
PORTVERSION=	6.1.1
9
PORTVERSION=	6.1.2.1
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	sysutils net
11
CATEGORIES=	sysutils net
12
MASTER_SITES=	ftp://ftp.am-utils.org/pub/am-utils/
12
MASTER_SITES=	ftp://ftp.am-utils.org/pub/am-utils/ \
13
		ftp://ftp.cs.umn.edu/pub/am-utils/ \
14
		ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils/ \
15
		ftp://sunsite.org.uk/package/am-utils/ \
16
		ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/}
17
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/b/}
14
18
15
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	ports@FreeBSD.org
Lines 18-26 Link Here
18
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
19
USE_LIBTOOL_VER=15
23
USE_LIBTOOL_VER=15
20
24
25
PORTDOCS=	AUTHORS COPYING BUGS FAQ NEWS README.attrcache
26
21
.if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING)
27
.if defined(WITH_OPENLDAP) || defined(PACKAGE_BUILDING)
22
USE_OPENLDAP=	yes
28
USE_OPENLDAP=	yes
23
CONFIGURE_ARGS+=	--with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include
29
CONFIGURE_ARGS+=	--with-ldap=yes --enable-ldflags=-L${LOCALBASE}/lib --enable-cppflags=-I${LOCALBASE}/include
30
PORTDOCS+=	README.ldap ldap-id.txt ldap.schema
24
.endif
31
.endif
25
32
26
INFO=		am-utils
33
INFO=		am-utils
Lines 28-31 Link Here
28
MAN5=		amd.conf.5
35
MAN5=		amd.conf.5
29
MAN8=		amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 mk-amd-map.8 wire-test.8
36
MAN8=		amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 mk-amd-map.8 wire-test.8
30
37
38
post-install:
39
.if !defined(NOPORTDOCS)
40
	@${MKDIR} ${DOCSDIR}
41
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
42
.endif
43
31
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (am-utils-6.1.1.tar.gz) = d80262aff0f66cac815d963556526257
1
MD5 (am-utils-6.1.2.1.tar.gz) = ac781b1e7db007c7379a90843e37f229
2
SIZE (am-utils-6.1.1.tar.gz) = 1871009
2
SIZE (am-utils-6.1.2.1.tar.gz) = 1882072

Return to bug 86648