freebsd-ports/deskutils/simplegroupware/Makefile
Rene Ladan 8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00

29 lines
603 B
Makefile

# Created by: jamrich.majo@gmail.com
# $FreeBSD$
PORTNAME= simplegroupware
PORTVERSION= 0.745
CATEGORIES= deskutils
MASTER_SITES= SF/simplgroup/${PORTNAME}/${PORTVERSION}/
DISTNAME= SimpleGroupware_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Groupware is an open source enterprise application
IGNORE_WITH_PHP= 70 71 72 73
NO_BUILD= yes
USES= apache:run,2.2+
USE_MYSQL= yes
USE_PHP= mysql
SUB_FILES= pkg-message
SHAREOWN= ${WWWOWN}
SHAREGRP= ${WWWGRP}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>