Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/openuniverse/Makefile
17455 views
# Created by: Andrey Zakhvatov

PORTNAME=	openuniverse
DISTVERSION=	1.0beta3
PORTREVISION=	12
CATEGORIES=	astro
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.0beta3

MAINTAINER=	[email protected]
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>