freebsd-ports/deskutils/phpgroupware/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

26 lines
583 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.16.017
CATEGORIES= deskutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= phpgroupware/phpgroupware/${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A web based GroupWare system
USE_BZIP2= yes
USE_PHP= yes
WANT_PHP_MOD= yes
NO_BUILD= yes
do-install:
@${MKDIR} -p ${PREFIX}/www/data-dist/phpgroupware
@${CP} -r ${WRKSRC}/* ${PREFIX}/www/data-dist/phpgroupware
.include <bsd.port.mk>