mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 36 37 38 39 310 311 312
|
|
CFENGINE_VERSION?= 311
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|