freebsd-ports/graphics/p5-OpenGL/Makefile
Sunpoet Po-Chuan Hsieh bfa56b3a7e - Update to 0.66
- While I'm here, add missing trailing slash to WWW

Changes:	http://search.cpan.org/dist/OpenGL/Release_Notes
PR:		ports/161534
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Feature safe:	yes
2011-12-05 03:24:27 +00:00

31 lines
592 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-OpenGL
# Date created: Jan 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= OpenGL
PORTVERSION= 0.66
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHM
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
CONFIGURE_ARGS= interface=GLUT
PERL_CONFIGURE= yes
USE_DISPLAY= yes
USE_GL= glut
MAN3= Array.3 \
OpenGL.3 \
Tessellation.3
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>