2005-12-09 19:58:03 +01:00
|
|
|
# New ports collection makefile for: pear
|
|
|
|
# Date created: 25 Nov 2005
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pear
|
2006-01-16 11:04:28 +01:00
|
|
|
PORTVERSION= 1.4.6
|
2005-12-09 19:58:03 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= ale
|
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= PEAR framework for PHP
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
WANT_PHP_SCR= yes
|
|
|
|
USE_PHP= pcre xml
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/go-pear
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${LOCALBASE}/bin/php -q ${WRKSRC}/go-pear
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|