[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / simgear

File: [local] / ports / graphics / simgear / Attic / Makefile (download)

Revision 1.3, Sun Oct 4 08:33:07 2009 UTC (14 years, 8 months ago) by yason
Branch: MAIN
Changes since 1.2: +4 -25 lines

downgrade to 1.0.0, cleanup

# $OpenBSD$

COMMENT =		quickly assembling 3d sims and games

DISTNAME =		SimGear-1.0.0
PKGNAME =		${DISTNAME:L}

#SHARED_LIBS =		???

CATEGORIES =		graphics

HOMEPAGE =		http://www.simgear.org/

#MAINTAINER =		???

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

#WANTLIB =		???

MASTER_SITES =		ftp://ftp.simgear.org/pub/simgear/Source/

LIB_DEPENDS =		::audio/openal-soft \
			::audio/freealut \
			::devel/plib \
			::graphics/glut

USE_X11 =		Yes
USE_LIBTOOL =		Yes
CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS +=	${CONFIGURE_SHARED} \
			--with-jpeg-factory
CONFIGURE_ENV += 	CPPFLAGS=-I${LOCALBASE}/include \
			LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>