freebsd-ports/graphics/p5-OpenGL/Makefile

26 lines
567 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= OpenGL
PORTVERSION= 0.66
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHM
PKGNAMEPREFIX= p5-
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
MANUAL_PACKAGE_BUILD= needs the X server it will be used with to build
CONFIGURE_ARGS= interface=FREEGLUT
USES= perl5 display:configure
USE_PERL5= configure
USE_GL= glut
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>