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
|
2011-09-30 19:36:53 +02:00
|
|
|
PORTVERSION= 0.1.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2006-05-18 20:40:19 +02:00
|
|
|
CATEGORIES= misc
|
2011-09-30 19:36:53 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/development%20branch/${PORTVERSION}
|
2006-05-18 21:13:11 +02:00
|
|
|
PKGNAMEPREFIX= diary-
|
2011-09-30 19:36:53 +02:00
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
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
|
|
|
|
|
2011-09-30 19:36:53 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7:${PORTSDIR}/databases/py-sqlobject \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
|
2006-05-18 20:40:19 +02:00
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
2011-02-25 01:47:51 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2006-05-18 20:40:19 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2011-09-30 19:36:53 +02:00
|
|
|
USE_WX= 2.6+
|
|
|
|
WX_UNICODE= yes
|
2006-12-01 08:39:02 +01:00
|
|
|
WX_COMPS= python
|
2006-05-18 20:40:19 +02:00
|
|
|
|
2011-09-30 19:36:53 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
|
|
|
|
${WRKSRC}/Hercules/globals.py
|
|
|
|
post-install:
|
|
|
|
@${CHMOD} +r ${PREFIX}/share/${PORTNAME}/xrc/*.xrc
|
|
|
|
|
2006-05-18 20:40:19 +02:00
|
|
|
.include <bsd.port.mk>
|