From 337c6b1297ecf0ce92e4814030662b8352b54ab4 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 18:27:54 +0000 Subject: Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@. --- mail/squirrelmail-decode/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/squirrelmail-decode/Makefile') diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile index 65c46a9940b..dfde29f5e6f 100644 --- a/mail/squirrelmail-decode/Makefile +++ b/mail/squirrelmail-decode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/03/02 07:41:44 martti Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/02 18:27:56 joerg Exp $ DISTNAME= squirrelmail-decode-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} EXTRACT_SUFX= .tar.bz2 @@ -12,11 +12,12 @@ COMMENT= Extra decoding library for SquirrelMail NO_BUILD= yes -DEPENDS+= php-iconv>=4.3.3:../../converters/php-iconv +DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=4.3.3:../../converters/php-iconv do-install: ${INSTALL_DATA} ${WRKSRC:Q}/eastasia/*.php ${WRKSRC:Q}/x-mac/*.php \ ${PREFIX:Q}/share/squirrelmail/functions/decode +.include "../../lang/php/phpversion.mk" .include "../../mail/squirrelmail/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3