freebsd-ports/www/netoffice/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

29 lines
637 B
Makefile

# Created by: Marcelo Araujo <araujo@bsdmail.org>
# $FreeBSD$
PORTNAME= netoffice
PORTVERSION= 2.6.0b2
PORTREVISION= 1
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
USER_MYSQL= yes
USE_PHP= mysql pcre zlib session xml gd
WANT_PHP_WEB= yes
WEBOWN?= www
WEBGRP?= www
APACHEDIR= ${LOCALBASE}/www/
INSTALLDIR= ${APACHEDIR}/${PORTNAME}
NO_STAGE= yes
do-install:
${MKDIR} ${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
.include <bsd.port.mk>