1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Remove redundant/obsolete discriptions from Makefile

- Update WWW: line

PR: 23479
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-12-12 15:01:16 +00:00
parent 6f56aa0d46
commit 2ee0e6e40d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35924
2 changed files with 14 additions and 17 deletions

View File

@ -5,24 +5,21 @@
# $FreeBSD$
#
PORTNAME= plib
PORTVERSION= 1.2.0
CATEGORIES= x11-toolkits
MASTER_SITES= http://plib.sourceforge.net/dist/
PORTNAME= plib
PORTVERSION= 1.2.0
CATEGORIES= x11-toolkits
MASTER_SITES= http://plib.sourceforge.net/dist/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_MESA= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
CONFIGURE_ARGS= --includedir=$(PREFIX)/include/plib \
--with-glut=${PREFIX}
USE_GMAKE= yes
USE_NEWGCC= yes
MANCOMPRESSED= yes
USE_X_PREFIX= yes
USE_MESA= yes
USE_NEWGCC= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-glut=${X11BASE}
pre-configure:
${PERL} -pi -e "s:-O6 ::g" ${WRKSRC}/configure
post-patch:
@${PERL} -pi -e "s| -O6 -Wall||g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ SG -- Some Standard Geometry functions (vector and
SL -- A Games-oriented Sound Library.
SSG -- A Simple Scene Graph API built on top of OpenGL.
WWW: http://www.woodsoup.org/projs/plib/
WWW: http://plib.sourceforge.net/
- Brian Buchanan
brian@CSUA.Berkeley.EDU