337c6b1297
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@.
23 lines
661 B
Makefile
23 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/06/02 18:27:56 joerg Exp $
|
|
|
|
DISTNAME= squirrelmail-decode-1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= martti@NetBSD.org
|
|
HOMEPAGE= http://www.squirrelmail.org/
|
|
COMMENT= Extra decoding library for SquirrelMail
|
|
|
|
NO_BUILD= yes
|
|
|
|
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"
|