1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/finance/myphpmoney/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

29 lines
834 B
Makefile

PORTNAME= myphpmoney
PORTVERSION= 1.3.r3
PORTEPOCH= 1
CATEGORIES= finance www
MASTER_SITES= SF/${PORTNAME}/MyPhpMoney/1.3RC3
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
MAINTAINER= ports@FreeBSD.org
COMMENT= PHP script for managing your accounts
WWW= http://myphpmoney.sourceforge.net/
WEBOWN?= www
WEBGRP?= www
APACHEDIR= ${PREFIX}/www/data
INSTALLDIR= ${APACHEDIR}/myphpmoney
USES= php:web tar:bzip2
NO_BUILD= yes
PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} WWWOWN="${WEBOWN}" WWWGRP="${WEBGRP}"
do-install:
${MKDIR} ${STAGEDIR}${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . | ${CPIO} -pdm ${STAGEDIR}${INSTALLDIR}
${CHMOD} -R ${BINMODE} ${STAGEDIR}${INSTALLDIR}
${CHMOD} 777 ${STAGEDIR}${INSTALLDIR}/public_html/dump
${FIND} ${STAGEDIR}${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
.include <bsd.port.mk>