mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- USE_X_PREFIX --> USE_XORG
- Use USE_GL instead of depending directly on glut - Beautify Makefile Approved by: miwi (mentor)
This commit is contained in:
parent
d0d810fecb
commit
7c43e8c026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208974
@ -6,19 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= openuniverse
|
||||
PORTVERSION= 1.0.b3
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.0beta3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= openuniverse
|
||||
DISTNAME= ${PORTNAME}-1.0beta3
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGL Solar System simulator for X Window System
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
glut.4:${PORTSDIR}/graphics/libglut
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_GL= glut
|
||||
|
||||
USE_XORG= sm ice xmu xi xext x11
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
@ -30,6 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALB
|
||||
LIBS="-lcompat" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user