1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/finance/tinyerp-server/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

46 lines
1.3 KiB
Makefile

# New ports collection makefile for: tinyerp
# Date created: 22 February 2006
# Whom: Jordi Haarman
#
# $FreeBSD$
#
PORTNAME= tinyerp-server
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://tinyerp.org/download/sources/
MASTER_SITE_SUBDIR= thierry
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= jhaarman-keyword-tinyerpPort.fd583c@projects.synantics.net
COMMENT= Open source application ERP & CRM in Python using Postgresql
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \
${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \
${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg \
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/server
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
MAN1= tinyerp-server.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR}
${MKDIR} ${DOCSDIR}/i18n
${INSTALL_MAN} ${WRKSRC}/i18n/* ${DOCSDIR}/i18n
.endif
.include <bsd.port.mk>