2003-11-15 20:17:59 +00:00
|
|
|
# New ports collection makefile for: cpu
|
|
|
|
# Date created: 15 November 2003
|
|
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cpu
|
2004-01-13 05:28:23 +00:00
|
|
|
PORTVERSION= 1.4.3
|
2004-01-30 12:41:43 +00:00
|
|
|
PORTREVISION= 1
|
2003-11-15 20:17:59 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= cpu
|
|
|
|
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
|
|
COMMENT= Change Password Utility for LDAP
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-02-19 17:38:53 +00:00
|
|
|
USE_BZIP2= yes
|
2003-11-15 20:17:59 +00:00
|
|
|
USE_OPENLDAP= yes
|
2007-03-27 16:29:28 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-11-15 20:17:59 +00:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE}
|
2006-05-28 01:44:07 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-DLDAP_DEPRECATED"
|
2003-11-15 20:17:59 +00:00
|
|
|
|
|
|
|
MAN5= cpu.conf.5
|
|
|
|
MAN8= cpu.8 cpu-ldap.8
|
|
|
|
|
2007-03-27 16:29:28 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2003-11-15 20:17:59 +00:00
|
|
|
.include <bsd.port.mk>
|