da3162c7c9
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
24 lines
558 B
Makefile
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>
|