mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
6c6b725235
. update tryton28 ports; [1] . connect tryton28 ports to build; . register conflicts at tryton ports. PR: ports/181691 [1] Submitted by: Matthias Petermann <matthias@petermann-it.de> [1] Approved by: Matthias Petermann <matthias@petermann-it.de>
31 lines
889 B
Makefile
31 lines
889 B
Makefile
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tryton
|
|
PORTVERSION= 2.8.2
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/t/tryton/ \
|
|
http://downloads.tryton.org/2.8/
|
|
PKGNAMESUFFIX= 28
|
|
|
|
MAINTAINER= matthias@petermann-it.de
|
|
COMMENT= Tryton Application Platform (Gtk+ Client)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz
|
|
|
|
CONFLICTS= tryton-2.[46].*
|
|
|
|
USES= desktop-file-utils gettext
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_GNOME= gtk20 pygtk2
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${STAGEDIR}${PREFIX}/share/applications/tryton.desktop
|
|
${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/tryton-icon.png
|
|
|
|
.include <bsd.port.mk>
|