1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/opencart/Makefile
Steve Wills 149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00

30 lines
622 B
Makefile

# Created by: Wen heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= opencart
PORTVERSION= 2.3.0.2
CATEGORIES= www misc
MAINTAINER= wen@FreeBSD.org
COMMENT= Open source PHP-based online shopping cart system
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= opencart
USE_PHP= filter mysqli curl mbstring gd zlib mcrypt session zip hash
WRKSRC_SUBDIR= upload
NO_BUILD= yes
SUB_FILES= pkg-message
post-patch:
${MV} ${WRKSRC}/config-dist.php ${WRKSRC}/config.php
${MV} ${WRKSRC}/admin/config-dist.php ${WRKSRC}/admin/config.php
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>