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