diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-09-12 17:09:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-09-12 17:09:55 +0000 |
commit | 09f717c10416c081c534f842fe69fe7b6128ad04 (patch) | |
tree | 2d9e941d15a5b8bf3a84147d2858a4b302cfe342 /games | |
parent | 5e711b84ed5591a718c4dbbf1bb0eb996e7c32f7 (diff) | |
download | pkgsrc-09f717c10416c081c534f842fe69fe7b6128ad04.tar.gz |
games/astromenace: import astromenace-1.4.1
Hardcore 3D space scroll-shooter with spaceship upgrade possibilities
Diffstat (limited to 'games')
-rw-r--r-- | games/astromenace/DESCR | 1 | ||||
-rw-r--r-- | games/astromenace/Makefile | 39 | ||||
-rw-r--r-- | games/astromenace/PLIST | 3 | ||||
-rw-r--r-- | games/astromenace/distinfo | 6 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games/astromenace/DESCR b/games/astromenace/DESCR new file mode 100644 index 00000000000..12aa3a0456f --- /dev/null +++ b/games/astromenace/DESCR @@ -0,0 +1 @@ +Hardcore 3D space scroll-shooter with spaceship upgrade possibilities diff --git a/games/astromenace/Makefile b/games/astromenace/Makefile new file mode 100644 index 00000000000..0302d1c9d9e --- /dev/null +++ b/games/astromenace/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1 2019/09/12 17:09:55 ryoon Exp $ + +DISTNAME= astromenace-1.4.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GITHUB:=viewizard/} +GITHUB_PROJECT= astromenace +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://viewizard.com/ +COMMENT= Hardcore 3D space scroll-shooter +LICENSE= gnu-gpl-v3 AND cc-by-sa-v4.0 AND ofl-v1.1 + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +OBJDIR= build +CONFIGURE_DIRS= ${OBJDIR} +CMAKE_ARG_PATH= ${WRKSRC} + +CMAKE_ARGS+= -DDATADIR=${PREFIX}/share/astromenace + +INSTALLATION_DIRS+= bin share/astromenace + +pre-configure: + ${MKDIR} ${WRKSRC}/${OBJDIR} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${OBJDIR}/astromenace \ + ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${OBJDIR}/gamedata.vfs \ + ${DESTDIR}${PREFIX}/share/astromenace + +.include "../../audio/freealut/buildlink3.mk" +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../devel/SDL2/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/astromenace/PLIST b/games/astromenace/PLIST new file mode 100644 index 00000000000..69c3fd8242f --- /dev/null +++ b/games/astromenace/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2019/09/12 17:09:55 ryoon Exp $ +bin/astromenace +share/astromenace/gamedata.vfs diff --git a/games/astromenace/distinfo b/games/astromenace/distinfo new file mode 100644 index 00000000000..ae3477c9133 --- /dev/null +++ b/games/astromenace/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/09/12 17:09:55 ryoon Exp $ + +SHA1 (astromenace-1.4.1.tar.gz) = 75e554daa8221d5ed77f393ecb8ec15638f91e3d +RMD160 (astromenace-1.4.1.tar.gz) = b6c9541609f6efc3a04612daeeb65107df754d64 +SHA512 (astromenace-1.4.1.tar.gz) = 408fd8a9fcc51d0cdfd31d77bc1c05b079b3248622a252e73e1145db9715b3a331eef5fde295c3390143fb7bb2f88460d374eddea719b6452577bf5e83bd14c1 +Size (astromenace-1.4.1.tar.gz) = 68041500 bytes |