mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
29 lines
613 B
Makefile
29 lines
613 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
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
NO_BUILD= yes
|
|
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>
|