aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtkglext/Makefile
blob: 74ca8888b50309a7de6acdcf3987de5eca239359 (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
26
27
28
29
# New ports collection makefile for:   PyGtkGLExt
# Date created:                18 April 2003
# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#

PORTNAME=   gtkglext
PORTVERSION=    1.1.0
PORTREVISION=   4
CATEGORIES= x11-toolkits python
MASTER_SITES=   SF/${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pygtkglext-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python binding for GtkGLExt

BUILD_DEPENDS=  ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
LIB_DEPENDS=    gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl

USE_BZIP2=  yes
USE_PYTHON= yes
USE_GNOME=  gnomehack gnometarget pygtk2
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

.include <bsd.port.mk>