openbsd-ports/graphics/gle/Makefile
lebel e09ed92d0e initial import of gle-3.0.4:
--
The GLE Tubing and Extrusion Library is a graphics application
programming interface (API). The library consists of a number of
"C" language subroutines for drawing tubing and extrusions. It is
a very fast implementation of these shapes, outperforming all other
implementations, most by orders of magnitude.  The library is
distributed in source code form, in a package that includes
documentation, a VRML proposal, Makefiles, and full source code and
header files. It uses the OpenGL (TM) programming API to perform
the actual drawing of the tubing and extrusions.
 
GLE is designed for and maintained on the Linux operating system,
and is known to run on other Unix operating systems such as AIX,
IRIX, Ultrix and HPUX with OpenGL or Mesa. GLE is also known to run
on IBM OS/2 Warp, Apple Macintosh OS9, and Microsoft Windows NT and
has been used to develop screen-savers for some of these popular
PC operating systems.
 
WWW: http://www.linas.org/gle/
2001-06-20 18:57:28 +00:00

33 lines
705 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/06/20 18:57:28 lebel Exp $
COMMENT= "OpenGL Extrusion library"
VERSION= 3.0.4
DISTNAME= gle-${VERSION}
CATEGORIES= graphics devel
NEED_VERSION= 1.402
HOMEPAGE= http://www.linas.org/gle/
MAINTAINER= David Lebel <lebel@openbsd.org>
LIB_DEPENDS= glut.3::graphics/glut
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.linas.org/gle/pub/
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-extract:
@perl -i -p -e 's/3GLE/3/;' ${WRKSRC}/man/*.man
.include <bsd.port.mk>