22 lines
643 B
Makefile
22 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/11/11 11:31:06 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= SimGear-0.3.4
|
|
PKGNAME= ${DISTNAME:S/SimGear/simgear/}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.simgear.org/pub/simgear/Source/
|
|
COMMENT= Simulator Construction Tools
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../games/plib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|