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

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

MAINTAINER=	ports@FreeBSD.org

USE_X_PREFIX=	yes
USE_MESA=	yes
USE_NEWGCC=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS=	--with-GL=${X11BASE} --with-x

post-patch:
	@${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure

.include <bsd.port.mk>