diff options
Diffstat (limited to 'finance/weberp/Makefile')
-rw-r--r-- | finance/weberp/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/finance/weberp/Makefile b/finance/weberp/Makefile new file mode 100644 index 00000000000..260721519c0 --- /dev/null +++ b/finance/weberp/Makefile @@ -0,0 +1,41 @@ +# 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> |