1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/netoffice/Makefile
Steve Wills 149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00

30 lines
658 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
NO_ARCH= 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}
do-install:
${MKDIR} ${STAGEDIR}${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${STAGEDIR}${INSTALLDIR}
.include <bsd.port.mk>