forked from Lainports/freebsd-ports
that requires only a web-browser and pdf reader to use. It has a wide range of features suitable for many businesses particularly distributed businesses in wholesale and distribution. It is developed as an open-source application and is available as a free download to use. The feature set is continually expanding as new businesses and developers adopt it.There have been in excess of 80,000 downloads to date. WWW: http://www.weberp.org/ PR: ports/127878 Submitted by: Wen heping <wenheping at gmail.com>
41 lines
845 B
Makefile
41 lines
845 B
Makefile
# New ports collection makefile for: weberp
|
|
# Date created: 05 Oct 2008
|
|
# Whom: Wen heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= weberp
|
|
PORTVERSION= 3.09
|
|
CATEGORIES= finance www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= web-erp
|
|
DISTNAME= webERP_${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= An Open-Source Web-Based ERP System
|
|
|
|
USE_ZIP= yes
|
|
USE_PHP= mysql gettext
|
|
USE_GETTEXT= yes
|
|
WRKSRC= ${WRKDIR}/webERP
|
|
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
|
|
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
|
@${CHMOD} -R 755 ${WWWDIR}
|
|
|
|
post-install:
|
|
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
|
|
>> ${TMPPLIST}
|
|
@${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \
|
|
>> ${TMPPLIST}
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|