1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/mywwwatcher/Makefile
Antoine Brodin 55a8195ed1 - Allow staging as a regular user
- Bump portrevision as files were not packaged with intended group
2014-10-10 21:36:09 +00:00

32 lines
697 B
Makefile

# Created by: Petr Macek <pm@kostax.cz>
# $FreeBSD$
PORTNAME= mywwwatcher
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= http://www.the.cz/mywwwatcher/files/
DISTNAME= mywwwatcher-${PORTVERSION}
MAINTAINER= pm@kostax.cz
COMMENT= Simple web-based MySQL client + tools (dump, import, scheme, ...)
WRKSRC= ${WRKDIR}/mywwwatcher
WANT_PHP_WEB= yes
DEFAULT_PHP_VER= 5
USE_PHP= pcre session mysql
PLIST_SUB= WWWGRP="${WWWGRP}"
NO_BUILD= yes
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
@${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini
@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive
.include <bsd.port.mk>