2013-08-02 20:52:07 +02:00
|
|
|
# Created by: ijliao
|
2003-01-06 21:27:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= OpenGL
|
2011-12-05 04:24:27 +01:00
|
|
|
PORTVERSION= 0.66
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 4
|
2003-01-06 21:27:42 +01:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-12-05 04:24:27 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:CHM
|
2003-01-06 21:27:42 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-09-08 10:36:43 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
|
2003-01-06 21:27:42 +01:00
|
|
|
|
2014-09-16 00:33:37 +02:00
|
|
|
MANUAL_PACKAGE_BUILD= needs the X server it will be used with to build
|
2012-09-25 20:02:15 +02:00
|
|
|
|
2014-08-29 17:17:31 +02:00
|
|
|
CONFIGURE_ARGS= interface=FREEGLUT
|
|
|
|
USES= perl5 display:configure
|
2013-08-03 00:11:24 +02:00
|
|
|
USE_PERL5= configure
|
2011-12-05 04:24:27 +01:00
|
|
|
USE_GL= glut
|
|
|
|
|
2003-01-06 21:27:42 +01:00
|
|
|
post-patch:
|
2011-12-05 04:24:27 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
|
2003-01-06 21:27:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|