2013-08-10 13:56:43 +02:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-08-17 06:15:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tryton
|
2013-08-10 13:56:43 +02:00
|
|
|
PORTVERSION= 2.4.7
|
2014-02-09 16:09:54 +01:00
|
|
|
PORTREVISION= 1
|
2012-08-17 06:15:52 +02:00
|
|
|
CATEGORIES= finance python
|
2013-05-20 10:00:57 +02:00
|
|
|
MASTER_SITES= http://downloads.tryton.org/2.4/
|
2012-08-17 06:15:52 +02:00
|
|
|
|
2013-08-10 13:56:43 +02:00
|
|
|
MAINTAINER= matthias@petermann-it.de
|
2013-05-19 03:20:35 +02:00
|
|
|
COMMENT= Tryton Application Platform (Gtk+ Client)
|
2012-08-17 06:15:52 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz
|
|
|
|
|
2013-11-20 18:20:57 +01:00
|
|
|
CONFLICTS= tryton28-2.8.*
|
2013-05-19 03:20:35 +02:00
|
|
|
|
2014-10-20 19:18:18 +02:00
|
|
|
USES= desktop-file-utils gettext python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-11-18 10:43:15 +01:00
|
|
|
USE_GNOME= gtk20 pygtk2
|
2012-08-17 06:15:52 +02:00
|
|
|
|
2014-02-09 16:09:54 +01:00
|
|
|
PLIST_FILES= share/applications/tryton.desktop share/pixmaps/tryton-icon.png
|
|
|
|
|
2012-08-17 06:15:52 +02:00
|
|
|
post-install:
|
2013-11-18 10:43:15 +01:00
|
|
|
${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
|
2012-08-17 06:15:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|