2013-09-20 18:21:37 +02:00
|
|
|
# Created by: Gerrit Beine <tux@pinguru.net>
|
2005-01-24 18:13:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phprojekt
|
2011-02-15 10:44:33 +01:00
|
|
|
PORTVERSION= 6.0.5
|
2005-01-24 18:13:36 +01:00
|
|
|
CATEGORIES= deskutils www
|
2011-02-15 10:44:33 +01:00
|
|
|
MASTER_SITES= http://www.phprojekt.com/downloads/
|
2005-01-24 18:13:36 +01:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
|
2012-07-11 20:13:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-24 18:13:36 +01:00
|
|
|
COMMENT= An open source groupware suite
|
|
|
|
|
2006-12-08 23:26:53 +01:00
|
|
|
USE_PHP= session imap mysql
|
|
|
|
WANT_PHP_WEB= yes
|
2005-01-24 18:13:36 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2005-01-24 18:13:36 +01:00
|
|
|
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>
|