blob: 8fa38b18f79743168acad9d89868a7bcf3776ef4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: php4-chartdirector
# Date created: 29 Jul 2007
# Whom: <swhetzel@gmail.com>
#
# $FreeBSD$
#
CATEGORIES= graphics
PKGNAMEPREFIX= php4-
MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector
IGNORE_WITH_PHP=5
DEFAULT_PHP_VER=4
.include "${MASTERDIR}/Makefile"
|