1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/phpmp/Makefile
Baptiste Daroussin 5c7b4a79f2 Convert to USES=php
While here convert some ports to optiosn helpers
2017-10-04 11:29:14 +00:00

28 lines
590 B
Makefile

# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD$
PORTNAME= phpmp
PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Web interface for music player daemon
LICENSE= GPLv2
NO_BUILD= yes
USES= php
USE_PHP= pcre sockets
PHPMP?= ${WWWDIR_REL}
PLIST_SUB= PHPMP="${PHPMP}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHPMP}
@${CP} -R ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${PHPMP}
@${CHMOD} -R 755 ${STAGEDIR}${PREFIX}/${PHPMP}
.include <bsd.port.mk>