Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:06:21 +00:00
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

View file

@ -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
View 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
View 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"

View file

@ -318,6 +318,7 @@
SUBDIR += pgplot
SUBDIR += pho
SUBDIR += photopc
SUBDIR += php4-exif
SUBDIR += php4-gd
SUBDIR += php5-gd
SUBDIR += phplot