diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /graphics/geomview | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'graphics/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index a9f089ec6298..cdfee4dd5043 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -7,23 +7,20 @@ PORTNAME= geomview PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= geomview +MASTER_SITES= SF/geomview MAINTAINER= bms@FreeBSD.org COMMENT= An interactive viewer for 3- and 4-D geometric objects -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - USE_MOTIF= yes -USE_X_PREFIX= yes +USE_XORG= glut USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-opengl=${X11BASE} +CONFIGURE_ARGS= --with-opengl=${LOCALBASE} MANCOMPRESSED= no MAN1= geomview.1 togeomview.1 bdy.1 oogl2rib.1 anytooff.1 \ |