aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwpcg/Makefile
blob: ef60c9788d8ffd06656bfbd44c8dc106df9edc5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>