freebsd-ports/deskutils/egroupware/Makefile
Jimmy Olgeni fff9aac6a7 Fix my previous mistakes: the PHP scripts really belong to
www/data.default.

Noticed by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
2001-03-30 21:45:08 +00:00

28 lines
794 B
Makefile

# New ports collection makefile for: phpgroupware
# Date created: 27 March 2001
# Whom: Jimmy Olgeni <olgeni@uli.it>
#
# $FreeBSD$
PORTNAME= phpgroupware
PORTVERSION= 0.9.9p1
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpgroupware
DISTNAME= phpGroupWare-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
${LOCALBASE}/www/data.default/phpgroupware/projects/index.php:${PORTSDIR}/deskutils/phpgw_projects \
${LOCALBASE}/www/data.default/phpgroupware/inv/index.php:${PORTSDIR}/deskutils/phpgw_inventory
NO_BUILD= yes
WRKSRC= ${WRKDIR}/phpgroupware
do-install:
@${CP} -r ${WRKSRC} ${PREFIX}/www/data.default/
.include <bsd.port.mk>