1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/astro/openuniverse/Makefile
2015-06-22 18:33:20 +00:00

26 lines
562 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= openuniverse
DISTVERSION= 1.0beta3
PORTREVISION= 10
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL Solar System simulator for X Window System
USE_GL= glut
USES= gmake jpeg
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>