mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libWPCG
|
|
# Date Created: Nov 18, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libwpcg
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.paassen.tmfweb.nl/
|
|
DISTNAME= libWPCG-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A basic 2D/3D computer graphics library which uses OpenGL
|
|
|
|
USE_GCC= 3.4
|
|
USE_GL= glut
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lGL -lGLU -lglut"
|
|
|
|
.include <bsd.port.mk>
|