pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/astromenace games/astromenace: import astromenac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c3aac187f8c
branches: trunk
changeset: 401158:9c3aac187f8c
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Sep 12 17:09:55 2019 +0000
description:
games/astromenace: import astromenace-1.4.1
Hardcore 3D space scroll-shooter with spaceship upgrade possibilities
diffstat:
games/astromenace/DESCR | 1 +
games/astromenace/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
games/astromenace/PLIST | 3 +++
games/astromenace/distinfo | 6 ++++++
4 files changed, 49 insertions(+), 0 deletions(-)
diffs (65 lines):
diff -r e1b47ac694e0 -r 9c3aac187f8c games/astromenace/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/astromenace/DESCR Thu Sep 12 17:09:55 2019 +0000
@@ -0,0 +1,1 @@
+Hardcore 3D space scroll-shooter with spaceship upgrade possibilities
diff -r e1b47ac694e0 -r 9c3aac187f8c games/astromenace/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/astromenace/Makefile Thu Sep 12 17:09:55 2019 +0000
@@ -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@localhost
+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 -r e1b47ac694e0 -r 9c3aac187f8c games/astromenace/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/astromenace/PLIST Thu Sep 12 17:09:55 2019 +0000
@@ -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 -r e1b47ac694e0 -r 9c3aac187f8c games/astromenace/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/astromenace/distinfo Thu Sep 12 17:09:55 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index