freebsd-ports/graphics/php4-imlib2/Makefile
Yen-Ming Lee c57e45de90 - use fixed PKGNAMEPREFIX instead of dynamic one based on PHP_VER
- set IGNORE_WITH_PHP/DEFAULT_PHP_VER to avoid confusion

Noticed by:	erwin, ale
2006-09-26 15:41:42 +00:00

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"