9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
31 lines
817 B
Makefile
31 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:41 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= glaxium_0.5
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://xhosxe.free.fr/glaxium/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xhosxe.free.fr/glaxium/
|
|
COMMENT= Space-ship OpenGL shoot them up
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
|
|
BUILD_TARGET= glaxium
|
|
|
|
SUBST_CLASSES+= bill
|
|
SUBST_STAGE.bill= post-configure
|
|
SUBST_FILES.bill= conf.h
|
|
SUBST_SED.bill= -e "s,share\/games,share,g"
|
|
SUBST_MESSAGE.bill= "Fixing data path."
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glut/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|