forked from Lainports/freebsd-ports
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# New ports collection makefile for: php5-imlib2
|
|
# Date created: 18 September 2006
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= php4-
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/php5-imlib2
|
|
|
|
IGNORE_WITH_PHP=5
|
|
DEFAULT_PHP_VER=4
|
|
|
|
.include "${MASTERDIR}/Makefile"
|