pkgsrc/sysutils/cfengine/Makefile
jlam f74dfbfee3 Explicitly add the dependency on OpenSSL for encryption and bump the
PKGREVISION.  Remove unnecessary patch-af for working around DES API
differences between OpenSSL 0.9.6 and 0.9.7.
2004-12-15 21:16:32 +00:00

30 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.16 2004/12/15 21:16:32 jlam Exp $
#
DISTNAME= cfengine-1.6.5
PKGREVISION= 1
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://www.cfengine.org/
COMMENT= Automate configuration and administration of large systems
USE_BUILDLINK3= YES
USE_OLD_DES_API= YES
USE_GNU_TOOLS+= lex
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --without-pthreads
.include "../../security/openssl/buildlink3.mk"
pre-configure:
cd ${WRKSRC}; \
${ACLOCAL}; \
${AUTOHEADER}; \
${AUTOMAKE} -a --foreign -i; \
${AUTOCONF}
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"