1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/deskutils/tine20/Makefile
John Marino 2d41200db7 desktuils/tine20: Simplify port to remove unnecessary targets
Both post-extract and post-install targets aren't necessary.
In particular the shifting to get the src to extract into the default
WRKSRC was not only unnecessary, the home-rolled extraction could break
in the future, so just clean the whole thing up.  Verified on Redports.
2014-05-29 17:36:55 +00:00

41 lines
920 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= tine20
PORTVERSION= 0.0.2012.10.04
DISTVERSIONSUFFIX= 2012.10.4
CATEGORIES= deskutils www
MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/
DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Professional Open Source Groupware and CRM
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:bzip2
NO_BUILD= yes
WRKSRC= ${WRKDIR}
SUB_FILES= pkg-message
SUB_LIST= DISTNAME=${DISTNAME}
OPTIONS_DEFINE= LDAP APC MEMCACHE
APC_DESC= Enable pecl-APC support
MEMCACHE_DESC= Enable pecl-memcache support
USE_MYSQL= yes
USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml \
spl xml zip
WANT_PHP_WEB= yes
APC_USE= php=apc
LDAP_USE= php=ldap
MEMCACHE_USE= php=memcache
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>