freebsd-ports/www/netoffice/Makefile
Marcelo Araujo d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00

32 lines
763 B
Makefile

# New ports collection makefile for: netoffice
# Date created: 22 Sep 2006
# Whom: Marcelo Araujo <araujo@bsdmail.org>
#
# $FreeBSD$
PORTNAME= netoffice
PORTVERSION= 2.6.0b2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netoffice
MAINTAINER= araujo@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}
do-install:
${MKDIR} ${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
.include <bsd.port.mk>