aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cpu/Makefile
blob: 4ebdb2661302a24e5fbe7b443be2a475866b206f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cpu
PORTVERSION=    1.4.3
PORTREVISION=   6
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Change Password Utility for LDAP

USES=       tar:bzip2 libtool
GNU_CONFIGURE=  yes
USE_OPENLDAP=   yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE}
INSTALL_TARGET= install-strip
CPPFLAGS+=  -DLDAP_DEPRECATED

.include <bsd.port.mk>