mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
28 lines
608 B
Makefile
28 lines
608 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
|
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_GL= glut
|
|
|
|
USES= gmake
|
|
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>
|