mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
a5d47dd6f5
Additional fixes and convert to USE_PHP [2] PR: ports/88051 [1] Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) [1] Approved by: maintainer, timeout 5 weeks [2]
36 lines
857 B
Makefile
36 lines
857 B
Makefile
# New ports collection makefile for: deskutils/phprojekt
|
|
# Date created: January 33th 2005
|
|
# Whom: Gerrit Beine <tux@pinguru.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phprojekt
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= deskutils www
|
|
MASTER_SITES= http://www.phprojekt.com/download/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= tux@pinguru.net
|
|
COMMENT= An open source groupware suite
|
|
|
|
USE_PHP= yes
|
|
DEFAULT_PHP_VER=4
|
|
BROKEN_WITH_PHP=5
|
|
WANT_PHP_MOD= yes
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME}
|
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME}
|
|
|
|
post-install:
|
|
@${FIND} ${WRKSRC}/${file} -not -type d \
|
|
| ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST}
|
|
@${FIND} -d ${WRKSRC}/${file} -type d \
|
|
| ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|