2006-11-11 12:31:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/11/11 11:31:06 shattered Exp $
|
2004-03-19 03:21:35 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= SimGear-0.3.4
|
|
|
|
PKGNAME= ${DISTNAME:S/SimGear/simgear/}
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/
|
|
|
|
|
2006-05-19 18:51:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-03-19 03:21:35 +01:00
|
|
|
HOMEPAGE= ftp://ftp.simgear.org/pub/simgear/Source/
|
|
|
|
COMMENT= Simulator Construction Tools
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-11-11 12:31:03 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2004-03-19 03:21:35 +01:00
|
|
|
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../games/plib/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2005-06-13 01:51:13 +02:00
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
2004-03-19 03:21:35 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|