mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
358 B
Makefile
19 lines
358 B
Makefile
|
# New ports collection makefile for: cfengine
|
||
|
# Version required: 1.4.10
|
||
|
# Date created: March 16, 1998
|
||
|
# Whom: jseger@FreeBSD.ORG
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= cfengine-1.4.10
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||
|
|
||
|
MAINTAINER= jseger@FreeBSD.ORG
|
||
|
|
||
|
GNU_CONFIGURE=yes
|
||
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
||
|
|
||
|
.include <bsd.port.mk>
|