2006-08-07 21:29:02 +02:00
|
|
|
# New ports collection makefile for: py-ocempgui
|
|
|
|
# Date created: 2006-07-19
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-09-13 11:02:44 +02:00
|
|
|
PORTNAME= ocempgui
|
2008-05-30 21:23:54 +02:00
|
|
|
PORTVERSION= 0.2.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2006-09-13 11:02:44 +02:00
|
|
|
CATEGORIES= devel python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION}
|
2006-08-07 21:29:02 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2006-11-25 11:03:45 +01:00
|
|
|
DISTNAME= OcempGUI-${PORTVERSION}
|
2006-08-07 21:29:02 +02:00
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2006-11-25 11:03:45 +01:00
|
|
|
COMMENT= GUI toolkit in python
|
2006-08-07 21:29:02 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game
|
|
|
|
|
|
|
|
USE_GNOME= atk
|
|
|
|
USE_PYTHON= yes
|
2006-09-13 11:02:44 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= OcempGUI
|
2006-08-07 21:29:02 +02:00
|
|
|
|
|
|
|
post-patch:
|
2006-09-13 11:02:44 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} -i "" -e 's|datafiles + docfiles|datafiles|g' ${WRKSRC}/setup.py
|
|
|
|
.endif
|
2006-08-07 21:29:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|