diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-18 18:40:19 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-18 18:40:19 +0000 |
commit | 1a3babdb3d0d1c5b6ad4306ef7452d623849f756 (patch) | |
tree | ac524866ebd16ebb6edc162f8c5117dba26c0426 /misc/diary-hercules/Makefile | |
parent | 8455933bedaa873237102269d5d0cce762e55de2 (diff) |
Notes
Diffstat (limited to 'misc/diary-hercules/Makefile')
-rw-r--r-- | misc/diary-hercules/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile new file mode 100644 index 000000000000..46c2ac799c93 --- /dev/null +++ b/misc/diary-hercules/Makefile @@ -0,0 +1,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> |