# ex:ts=8
# Ports collection makefile for:	libWPCG
# Date Created:			Nov 18, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/graphics/libwpcg/Makefile,v 1.17 2009/09/13 19:05:32 gerald Exp $
#

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

DEPRECATED=	depends on old version of GCC, no maintainer, not used by any other port
EXPIRATION_DATE=2009-10-13

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>
