mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
20 lines
312 B
Makefile
20 lines
312 B
Makefile
|
# New ports collection makefile for: php4-nms
|
||
|
# Date created: 28 August 2003
|
||
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= lang
|
||
|
PKGNAMESUFFIX= -nms
|
||
|
|
||
|
MAINTAINER= asa@gascom.ru
|
||
|
|
||
|
WITH_GD= yes
|
||
|
WITH_SNMP= yes
|
||
|
WITH_SOCKETS= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../php4
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|