2000-08-26 03:48:53 +02:00
|
|
|
# New ports collection makefile for: openuniverse
|
1998-08-06 19:57:50 +02:00
|
|
|
# Date created: 4 August 1998
|
|
|
|
# Whom: 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
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 5
|
2001-08-20 11:27:43 +02:00
|
|
|
CATEGORIES= astro
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
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
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
2000-08-26 03:48:53 +02:00
|
|
|
|
2008-03-13 18:14:49 +01:00
|
|
|
USE_GL= glut
|
|
|
|
|
|
|
|
USE_XORG= sm ice xmu xi xext x11
|
2000-08-26 03:48:53 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/GL -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lm" \
|
2002-06-10 14:52:37 +02:00
|
|
|
LIBS="-lcompat" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
1998-08-06 19:57:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|