mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a015f2e5d0
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: p5-OpenGL
|
|
# Date created: Jan 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= OpenGL
|
|
PORTVERSION= 0.54
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ILYAZ/modules
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
|
|
|
|
USE_GL= glut
|
|
PERL_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g; s|/usr/X11R6|${LOCALBASE}|g" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|