1999-07-03 08:38:39 +02:00
|
|
|
# New ports collection makefile for: plib
|
|
|
|
# Date created: 26 June 1999
|
|
|
|
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1999-07-03 08:38:39 +02:00
|
|
|
#
|
|
|
|
|
2000-12-12 16:01:16 +01:00
|
|
|
PORTNAME= plib
|
2001-02-05 17:49:17 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2000-12-12 16:01:16 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://plib.sourceforge.net/dist/
|
1999-07-03 08:38:39 +02:00
|
|
|
|
2000-12-12 16:01:16 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-07-03 08:38:39 +02:00
|
|
|
|
2000-12-12 16:01:16 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_MESA= yes
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-glut=${X11BASE}
|
1999-07-03 08:38:39 +02:00
|
|
|
|
2000-12-12 16:01:16 +01:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure
|
1999-07-03 08:38:39 +02:00
|
|
|
|
1999-08-22 21:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|