1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/deskutils/phprojekt/Makefile
Martin Wilke cb0507668a - Update to 5.2.2
PR:		112733
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
2007-05-27 11:30:54 +00:00

34 lines
855 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.2.2
CATEGORIES= deskutils www
MASTER_SITES= http://www.phprojekt.com/download/
DISTNAME= ${PORTNAME}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= An open source groupware suite
USE_PHP= session imap mysql
WANT_PHP_WEB= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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>