diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/py-opengl | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Notes
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r-- | graphics/py-opengl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index 0472aed955ae..da18dcbdfd14 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: PyOpenGL -# Version required: 1.5.5 # Date created: Wed Aug 18 18:49:17 EDT 1999 # Whom: Randall Hopper <aa8vb@ipass.net> # # $FreeBSD$ # -DISTNAME= PyOpenGL-1.5.5 -PKGNAME= py-opengl-1.5.5 +PORTNAME= opengl +PORTVERSION= 1.5.5 CATEGORIES= graphics python MASTER_SITES= http://starship.python.net/crew/da/ +PKGNAMEPREFIX= py- +DISTNAME= PyOpenGL-${PORTVERSION} MAINTAINER= aa8vb@ipass.net |