slave port for PHP4 with SNMP and GD support
This port is needed for net/jffnms to build PR: 56269 Submitted by: asa@gascom.ru
This commit is contained in:
parent
0ea04986a0
commit
678ce205b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88405
2 changed files with 20 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
|||
SUBDIR += php3
|
||||
SUBDIR += php4
|
||||
SUBDIR += php4-cli
|
||||
SUBDIR += php4-nms
|
||||
SUBDIR += php5
|
||||
SUBDIR += php5-cli
|
||||
SUBDIR += php_doc
|
||||
|
|
19
lang/php4-nms/Makefile
Normal file
19
lang/php4-nms/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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"
|
Loading…
Reference in a new issue