mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
32 lines
754 B
Makefile
32 lines
754 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= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
|
|
|
|
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>
|