Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:18:06 +00:00
parent b3e2a3505f
commit a3ff63690b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114046
3 changed files with 29 additions and 0 deletions

View file

@ -322,6 +322,7 @@
SUBDIR += peq
SUBDIR += pg
SUBDIR += php4-calendar
SUBDIR += php4-mcal
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pointless

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-calendar
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= misc
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -calendar
.include "${MASTERDIR}/Makefile"

14
misc/php4-mcal/Makefile Normal file
View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-mcal
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= misc
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -mcal
.include "${MASTERDIR}/Makefile"