diff options
Diffstat (limited to 'finance/openerp-web/Makefile')
-rw-r--r-- | finance/openerp-web/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile deleted file mode 100644 index 35d5778b0271..000000000000 --- a/finance/openerp-web/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Borja Lopez<borja@pexego.es> -# $FreeBSD$ - -PORTNAME= openerp-web -PORTVERSION= 5.0.11 -PORTREVISION= 2 -CATEGORIES= finance python -MASTER_SITES= http://openerp.com/download/stable/source/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= OpenERP Web Client - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \ - ${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel \ - ${PYTHON_PKGNAMEPREFIX}beaker>0:${PORTSDIR}/www/py-beaker \ - ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}formencode>0:${PORTSDIR}/www/py-formencode \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>0:${PORTSDIR}/devel/py-pyparsing \ - ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= gettext python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -USE_RC_SUBR= openerp-web - -WRKSRC= ${WRKDIR}/openerp-web-${PORTVERSION} - -post-install: - @${INSTALL_DATA} ${FILESDIR}/openerp-web.conf ${STAGEDIR}${PREFIX}/etc/openerp-web.conf.sample - @${INSTALL_SCRIPT} ${FILESDIR}/openerp-web.wrapper ${STAGEDIR}${PREFIX}/bin/openerp-web - @${MKDIR} ${STAGEDIR}${PREFIX}/openerp-web - @${INSTALL_SCRIPT} ${FILESDIR}/openerp-web.py ${STAGEDIR}${PREFIX}/openerp-web/openerp-web.py - -.include <bsd.port.mk> |