aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diary-hercules/Makefile
blob: 46c2ac799c93c779f3ef53932c26b41480720062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    diary-hercules
# Date created:     2 May 2006
# Whom:         Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   diary-hercules
PORTVERSION=    0.0.3.2
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   hercules-${PORTVERSION}

MAINTAINER= infofarmer@gmail.com
COMMENT=    A personal workout diary program for bodybuilders

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode \
        ${PYTHON_SITELIBDIR}/sqlite/__init__.py:${PORTSDIR}/databases/py-PySQLite11

USE_GETTEXT=    yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>