1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/opencart/Makefile
Wen Heping 9ca813fabb - Update to 1.4.9.1
- Update my mail to FreeBSD

Reported by:	v.georgiev@gmail.com
2010-12-07 03:08:04 +00:00

52 lines
1.3 KiB
Makefile

# New ports collection makefile for: opencart
# Date created: 04 April 2008
# Whom: Wen heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= opencart
PORTVERSION= 1.4.9.1
CATEGORIES= www misc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= An open source PHP-based online shopping cart system
#PROJECTHOST= open-cart
USE_ZIP= yes
USE_PHP= mysql gd session pcre
WRKSRC= ${WRKDIR}/upload
NO_BUILD= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
>> ${TMPPLIST}
@${CHMOD} -R 0755 ${WWWDIR}/image/
@${ECHO_CMD} '@exec ${CHMOD} -R 0755 ${WWWDIR}/image/' \
>> ${TMPPLIST}
@${CHMOD} -R 0755 ${WWWDIR}/system/cache/
@${ECHO_CMD} '@exec ${CHMOD} -R 0755 ${WWWDIR}/system/cache/' \
>> ${TMPPLIST}
@${CHMOD} -R 0755 ${WWWDIR}/download/
@${ECHO_CMD} '@exec ${CHMOD} -R 0755 ${WWWDIR}/download/' \
>> ${TMPPLIST}
@${CHMOD} 0755 ${WWWDIR}/config.php
@${ECHO_CMD} '@exec ${CHMOD} 0755 ${WWWDIR}/config.php' \
>> ${TMPPLIST}
@${CHMOD} 0755 ${WWWDIR}/admin/config.php
@${ECHO_CMD} '@exec ${CHMOD} 0755 ${WWWDIR}/admin/config.php' \
>> ${TMPPLIST}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>