mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
90c21bccb0
Reported by: pointyhat
28 lines
627 B
Makefile
28 lines
627 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= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/I/IL/ILYAZ/modules
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
|
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g; s|/usr/X11R6|${X11BASE}|g" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|