mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2ee0e6e40d
- Update WWW: line PR: 23479 Submitted by: Ports Fury
26 lines
493 B
Makefile
26 lines
493 B
Makefile
# New ports collection makefile for: plib
|
|
# Date created: 26 June 1999
|
|
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plib
|
|
PORTVERSION= 1.2.0
|
|
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_ARGS= --with-glut=${X11BASE}
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|