2013-08-30 01:15:20 +00:00
|
|
|
# Created by: Andrey Zakhvatov
|
1999-08-25 04:22:48 +00:00
|
|
|
# $FreeBSD$
|
1998-08-06 17:57:50 +00:00
|
|
|
|
2001-08-20 09:27:43 +00:00
|
|
|
PORTNAME= openuniverse
|
2008-03-13 17:14:49 +00:00
|
|
|
DISTVERSION= 1.0beta3
|
2014-09-10 20:50:31 +00:00
|
|
|
PORTREVISION= 10
|
2001-08-20 09:27:43 +00:00
|
|
|
CATEGORIES= astro
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3
|
1998-08-06 17:57:50 +00:00
|
|
|
|
2006-02-11 21:03:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= OpenGL Solar System simulator for X Window System
|
1998-08-06 17:57:50 +00:00
|
|
|
|
2008-03-13 17:14:49 +00:00
|
|
|
USE_GL= glut
|
|
|
|
|
2015-06-22 18:33:20 +00:00
|
|
|
USES= gmake jpeg
|
2008-03-13 17:14:49 +00:00
|
|
|
USE_XORG= sm ice xmu xi xext x11
|
2000-08-26 01:48:53 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/GL -I${LOCALBASE}/include
|
2014-06-11 14:49:59 +00:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lm -lcompat
|
1998-08-06 17:57:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|