7ec7e2a3cf
IGNORE_WITH_MYSQL= 323 40
38 lines
893 B
Makefile
38 lines
893 B
Makefile
# New ports collection makefile for: deskutils/sugarcrm
|
|
# Date created: March 25 2005
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sugarcrm
|
|
PORTVERSION= 6.2.1
|
|
CATEGORIES= deskutils www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/1%20-%20SugarCRM%206.2.0/SugarCommunityEdition-6.2.0
|
|
DISTNAME= SugarCE-${PORTVERSION}
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= A web based customer relationship management suite
|
|
|
|
FETCH_ARGS= -pRr
|
|
USE_PHP= gd mysql session pcre xml zlib mbstring curl imap spl posix
|
|
USE_ZIP= yes
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/SugarCE-Full-${PORTVERSION}
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES+= pkg-message pkg-install
|
|
|
|
do-install:
|
|
@${MKDIR} ${WWWDIR}
|
|
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}/
|
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
|
@${CHMOD} -R 755 ${WWWDIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|