c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
33 lines
845 B
Makefile
33 lines
845 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:44 tv Exp $
|
|
#
|
|
|
|
DISTNAME= glaxium_0.5
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://xhosxe.free.fr/glaxium/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://xhosxe.free.fr/glaxium/
|
|
COMMENT= Space-ship OpenGL shoot them up
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
|
|
ALL_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"
|