aboutsummaryrefslogtreecommitdiffstats
path: root/www/netoffice/Makefile
blob: 84650b1180ceeda5f649be56009af4511b85c1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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@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>