freebsd-ports/www/netoffice/Makefile
Martin Wilke df68809bf7 netOffice is a free web based project-management environment
written in php/mySQL. netOffice allows managing and sharing
information about teams.

WWW: http://netoffice.sourceforge.net/modules/news/

PR:		ports/103475
Submitted by:   Marcelo Araujo" <araujo@bsdmail.org>
2006-09-24 20:13:29 +00:00

31 lines
747 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
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netoffice
MAINTAINER= araujo@bsdmail.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>