aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/plib
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-12 15:01:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-12 15:01:16 +0000
commit2ee0e6e40d8ff3e21745163a5a85e57ef9f55f35 (patch)
tree898f31bff042f49f1d1da1223b1080989b5070dc /x11-toolkits/plib
parent6f56aa0d4682975dc4463c32c8e72b50a7d888bf (diff)
downloadports-2ee0e6e40d8ff3e21745163a5a85e57ef9f55f35.tar.gz
ports-2ee0e6e40d8ff3e21745163a5a85e57ef9f55f35.zip
- Remove redundant/obsolete discriptions from Makefile
- Update WWW: line PR: 23479 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35924
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r--x11-toolkits/plib/Makefile29
-rw-r--r--x11-toolkits/plib/pkg-descr2
2 files changed, 14 insertions, 17 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile
index 277020daf31d..01555c536597 100644
--- a/x11-toolkits/plib/Makefile
+++ b/x11-toolkits/plib/Makefile
@@ -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>
diff --git a/x11-toolkits/plib/pkg-descr b/x11-toolkits/plib/pkg-descr
index b6f339862b29..17da2759b988 100644
--- a/x11-toolkits/plib/pkg-descr
+++ b/x11-toolkits/plib/pkg-descr
@@ -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