aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/plib/Makefile
blob: 75d968c4601cd6d26fd0da91ecac179b30ea7a81 (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
26
27
# New ports collection makefile for:    plib
# Date created:     26 June 1999
# Whom:         Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $FreeBSD$
#

PORTNAME=   plib
PORTVERSION=    1.6.0
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://plib.sourceforge.net/dist/

MAINTAINER= des@FreeBSD.org
COMMENT=    A portable library for joystick/sound/OpenGL GUI/3D math

USE_X_PREFIX=   yes
USE_MESA=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CC="${CC}" CFLAGS="${CFLAGS}" \
        CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
        CPPFLAGS="${PTHREAD_CFLAGS}" \
        LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-GL=${X11BASE} --with-x

.include <bsd.port.mk>