diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-15 01:33:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-15 01:33:09 +0000 |
commit | 4f90e3e429dd5833e56d52f95019eb085e4c22da (patch) | |
tree | e5fb611a10d965cbc091a04522d6567dc91a3fd9 /astro/openuniverse | |
parent | 84211eb9fc659b57b1460dad6f3caacda7eef3e8 (diff) | |
download | ports-4f90e3e429dd5833e56d52f95019eb085e4c22da.tar.gz ports-4f90e3e429dd5833e56d52f95019eb085e4c22da.zip |
Notes
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index c049ab6c8ec5..ee512e6d1c67 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -6,17 +6,18 @@ # PORTNAME= openuniverse -PORTVERSION= 1.0beta3 +PORTVERSION= 1.0.b3 CATEGORIES= astro MASTER_SITES= http://download.sourceforge.net/openuniverse/ +DISTNAME= ${PORTNAME}-1.0beta3 MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - GL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_GMAKE= yes +USE_MESA= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" \ |