Add a new shared extension for PHP.
This commit is contained in:
parent
bb0c27bd52
commit
9a1cd992e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114035
4 changed files with 30 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
SUBDIR += pavuk
|
||||
SUBDIR += pftpd
|
||||
SUBDIR += php4-curl
|
||||
SUBDIR += php4-ftp
|
||||
SUBDIR += proftpd
|
||||
SUBDIR += proftpd-mysql
|
||||
SUBDIR += profxp
|
||||
|
|
14
ftp/php4-curl/Makefile
Normal file
14
ftp/php4-curl/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-curl
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= ftp
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -curl
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
ftp/php4-ftp/Makefile
Normal file
14
ftp/php4-ftp/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-ftp
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= ftp
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -ftp
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -318,6 +318,7 @@
|
|||
SUBDIR += pgplot
|
||||
SUBDIR += pho
|
||||
SUBDIR += photopc
|
||||
SUBDIR += php4-exif
|
||||
SUBDIR += php4-gd
|
||||
SUBDIR += php5-gd
|
||||
SUBDIR += phplot
|
||||
|
|
Loading…
Reference in a new issue