2009-04-10 04:54:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/04/10 08:54:32 simon Exp $
|
Import plib-1.8.5
PLIB is a suite of portable game librairies.
PLIB includes sound effects, music, a complete 3D engine, font
rendering, a simple Windowing library, a game scripting language, a GUI,
networking, 3D math library and a collection of handy utility functions.
All are 100% portable across nearly all modern computing platforms.
Each library component is fairly independent of the others - so if you
want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing
library, you can.
Based on a submission from Gallon Sylvestre (MAINTAINER)
2008-11-10 17:10:22 -05:00
|
|
|
|
|
|
|
# needs joystick.h
|
|
|
|
ONLY_FOR_ARCHS = i386
|
|
|
|
|
2009-04-10 04:47:00 -04:00
|
|
|
COMMENT = suite of portable game libraries
|
Import plib-1.8.5
PLIB is a suite of portable game librairies.
PLIB includes sound effects, music, a complete 3D engine, font
rendering, a simple Windowing library, a game scripting language, a GUI,
networking, 3D math library and a collection of handy utility functions.
All are 100% portable across nearly all modern computing platforms.
Each library component is fairly independent of the others - so if you
want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing
library, you can.
Based on a submission from Gallon Sylvestre (MAINTAINER)
2008-11-10 17:10:22 -05:00
|
|
|
|
2009-04-10 04:54:32 -04:00
|
|
|
DISTNAME = plib-1.8.5
|
|
|
|
PKGNAME = ${DISTNAME}p0
|
Import plib-1.8.5
PLIB is a suite of portable game librairies.
PLIB includes sound effects, music, a complete 3D engine, font
rendering, a simple Windowing library, a game scripting language, a GUI,
networking, 3D math library and a collection of handy utility functions.
All are 100% portable across nearly all modern computing platforms.
Each library component is fairly independent of the others - so if you
want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing
library, you can.
Based on a submission from Gallon Sylvestre (MAINTAINER)
2008-11-10 17:10:22 -05:00
|
|
|
CATEGORIES = devel games
|
|
|
|
|
|
|
|
HOMEPAGE = http://plib.sourceforge.net/
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/dist/
|
|
|
|
|
|
|
|
MAINTAINER = Gallon Sylvestre <ccna.syl@gmail.com>
|
|
|
|
|
|
|
|
# LGPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
USE_X11 = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS = --with-GL=${X11BASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|