2000-08-26 01:48:53 +00:00
|
|
|
# New ports collection makefile for: openuniverse
|
1998-08-06 17:57:50 +00:00
|
|
|
# Date created: 4 August 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 04:22:48 +00:00
|
|
|
# $FreeBSD$
|
1998-08-06 17:57:50 +00:00
|
|
|
#
|
|
|
|
|
2000-08-26 01:48:53 +00:00
|
|
|
PORTNAME= openuniverse
|
2000-09-15 01:33:09 +00:00
|
|
|
PORTVERSION= 1.0.b3
|
1998-12-14 22:40:48 +00:00
|
|
|
CATEGORIES= astro
|
2000-08-26 01:48:53 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/openuniverse/
|
2000-09-15 01:33:09 +00:00
|
|
|
DISTNAME= ${PORTNAME}-1.0beta3
|
1998-08-06 17:57:50 +00:00
|
|
|
|
2000-03-29 09:02:04 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1998-08-06 17:57:50 +00:00
|
|
|
|
2000-09-15 01:33:09 +00:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
2000-08-26 01:48:53 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-09-15 01:33:09 +00:00
|
|
|
USE_MESA= yes
|
2000-08-26 01:48:53 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \
|
|
|
|
LIBS="-lcompat"
|
1998-08-06 17:57:50 +00:00
|
|
|
|
1998-12-14 22:40:48 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-08-06 17:57:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|