freebsd-ports/deskutils/simplegroupware/Makefile
Adam Weinberger efd139ed48 STAGE support, general cleanups, use @sample where appropriate.
PORTREVISION bumps where plist or pkg-message changed.
2014-05-15 18:41:24 +00:00

28 lines
585 B
Makefile

# Created by: jamrich.majo@gmail.com
# $FreeBSD$
PORTNAME= simplegroupware
PORTVERSION= 0.745
CATEGORIES= deskutils
MASTER_SITES= SF/simplgroup/${PORTNAME}/${PORTVERSION}/ \
GOOGLE_CODE
DISTNAME= SimpleGroupware_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Groupware is an open source enterprise application
NO_BUILD= yes
USE_APACHE_RUN= 22
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>