2006-05-18 20:40:19 +02:00
|
|
|
# New ports collection makefile for: diary-hercules
|
|
|
|
# Date created: 2 May 2006
|
2006-05-18 21:13:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-05-18 20:40:19 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-05-18 21:13:11 +02:00
|
|
|
PORTNAME= hercules
|
2006-05-18 20:40:19 +02:00
|
|
|
PORTVERSION= 0.0.3.2
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2006-05-18 20:40:19 +02:00
|
|
|
CATEGORIES= misc
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/stable%20branch/${PORTVERSION}
|
2006-05-18 21:13:11 +02:00
|
|
|
PKGNAMEPREFIX= diary-
|
2006-05-18 20:40:19 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-18 20:40:19 +02:00
|
|
|
COMMENT= A personal workout diary program for bodybuilders
|
|
|
|
|
2006-12-01 08:39:02 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/__init__.py:${PORTSDIR}/databases/py-PySQLite11
|
2006-05-18 20:40:19 +02:00
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
2009-12-13 18:00:14 +01:00
|
|
|
USE_PYTHON= 2.4+
|
2006-05-18 20:40:19 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2006-12-01 08:39:02 +01:00
|
|
|
USE_WX= 2.6
|
|
|
|
WX_COMPS= python
|
2006-05-18 20:40:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|