678ce205b6
This port is needed for net/jffnms to build PR: 56269 Submitted by: asa@gascom.ru
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"
|