1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/beautifyphp/Makefile
Baptiste Daroussin 9cced41c46 Support stage
2014-01-27 13:13:59 +00:00

34 lines
984 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= beautifyphp
PORTVERSION= 0.5.0
CATEGORIES= devel www pear
MASTER_SITES= SF
DISTNAME= beautify_php_${PORTVERSION}
MAINTAINER= leeym@FreeBSD.org
COMMENT= PEAR beautifier for PHP4
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/beautify_php share/${PORTNAME}/beautify_php.php \
share/pear/beautify_php.class.inc
PLIST_DIRS= share/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's,/usr/bin/php,${LOCALBASE}/bin/php,g' ${WRKSRC}/beautify_php
@${FIND} ${WRKSRC} -name "*.bak" -or -name "*.orig" -delete
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/beautify_php ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/beautify_php.php ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pear
${INSTALL_DATA} ${WRKSRC}/beautify_php.class.inc ${STAGEDIR}${PREFIX}/share/pear
.include <bsd.port.mk>