freebsd-ports/astro/openuniverse/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

24 lines
558 B
Makefile

# Created by: Andrey Zakhvatov
PORTNAME= openuniverse
DISTVERSION= 1.0beta3
PORTREVISION= 13
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>