052cf380ee
which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
31 lines
716 B
Makefile
31 lines
716 B
Makefile
# New ports collection makefile for: openuniverse
|
|
# Date created: 4 August 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openuniverse
|
|
PORTVERSION= 1.0.b3
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://download.sourceforge.net/openuniverse/
|
|
DISTNAME= ${PORTNAME}-1.0beta3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_MESA= yes
|
|
|
|
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
|
|
--libdir="${LOCALBASE}/lib" \
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \
|
|
LIBS="-lcompat"
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|