mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openuniverse
|
|
DISTVERSION= 1.0beta3
|
|
PORTREVISION= 12
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenGL Solar System simulator for X Window System
|
|
|
|
|
|
USES= gl gmake jpeg xorg
|
|
USE_GL= glut
|
|
USE_XORG= sm ice xmu xi xext x11
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/GL -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lm -lcompat
|
|
|
|
.include <bsd.port.mk>
|