freebsd-ports/www/netoffice/Makefile
Baptiste Daroussin b2a6de2ed9 Convert to USES=php, while here convert to USES=mysql
hich fixes a typo preventing the mysql dependency
2017-10-04 10:16:23 +00:00

28 lines
645 B
Makefile

# Created by: Marcelo Araujo <araujo@bsdmail.org>
# $FreeBSD$
PORTNAME= netoffice
PORTVERSION= 2.6.0b2
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= NetOffice is a free web based project-management environment
NO_BUILD= yes
NO_ARCH= yes
USES= php:web mysql
USE_PHP= mysql pcre zlib session xml gd
WEBOWN?= www
WEBGRP?= www
APACHEDIR= ${LOCALBASE}/www/
INSTALLDIR= ${APACHEDIR}/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${STAGEDIR}${INSTALLDIR}
.include <bsd.port.mk>