Waiting for a qt4 build is soooo boring...
Import monadius, a 2-D scrolling vector graphics clone of the arcade game Gradius, implemented in Haskell.
This commit is contained in:
parent
e559cb9481
commit
3e9661b80f
31
games/monadius/Makefile
Normal file
31
games/monadius/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/25 19:11:51 kili Exp $
|
||||
|
||||
COMMENT = Gradius clone
|
||||
|
||||
DISTNAME = Monadius-0.93
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
CATEGORIES = games
|
||||
HOMEPAGE = http://www.geocities.jp/takascience/haskell/monadius_en.html
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = GL GLU ICE SM X11 Xi Xmu c m pthread util
|
||||
|
||||
MODULES = lang/ghc converters/libiconv
|
||||
MODGHC_BUILD = cabal hackage nort
|
||||
|
||||
LIB_DEPENDS = glut::graphics/freeglut
|
||||
BUILD_DEPENDS = ::graphics/hs-GLUT \
|
||||
:hs-OpenGL->=2.0:graphics/hs-OpenGL
|
||||
|
||||
USE_X11 = Yes
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/share/${DISTNAME}/* ${PREFIX}/share/doc/${DISTNAME}
|
||||
rmdir ${PREFIX}/share/${DISTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
5
games/monadius/distinfo
Normal file
5
games/monadius/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Monadius-0.93.tar.gz) = bCyGyeLtEYpgFH0I8MF62g==
|
||||
RMD160 (Monadius-0.93.tar.gz) = rqZbH3fq6umZx9dlroFja2P0dyg=
|
||||
SHA1 (Monadius-0.93.tar.gz) = BUd/wwVGUVMo/CbMzgTH1KPtY5Y=
|
||||
SHA256 (Monadius-0.93.tar.gz) = s0OBGvlPriRpYTvvzrxRxMsO5FKT6y6zQU0RUciSzS4=
|
||||
SIZE (Monadius-0.93.tar.gz) = 45673
|
2
games/monadius/pkg/DESCR
Normal file
2
games/monadius/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
A fast-paced 2-D scrolling vector graphics clone of the arcade game
|
||||
Gradius; it is dedicated to the 20th anniversary of Gradius series.
|
6
games/monadius/pkg/PLIST
Normal file
6
games/monadius/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/25 19:11:51 kili Exp $
|
||||
@bin bin/monadius
|
||||
share/doc/${DISTNAME}/
|
||||
@comment share/doc/${DISTNAME}/LICENSE
|
||||
share/doc/${DISTNAME}/readme-e.txt
|
||||
share/doc/${DISTNAME}/readme-j.txt
|
Loading…
Reference in New Issue
Block a user