Update alephone to 20091015, a.k.a. 0.22.1.
Based on maintainer update request by PR 42397. pkgsrc changes: * set LICENSE=gnu-gpl-v2 * add user-destdir support * get back speex support
This commit is contained in:
parent
1bfb2ecdd3
commit
a24246025f
3 changed files with 26 additions and 13 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:28 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2009/12/10 06:10:02 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= AlephOne-20071103
|
||||
DISTNAME= AlephOne-20091015
|
||||
PKGNAME= ${DISTNAME:tl}
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -11,19 +10,23 @@ EXTRACT_SUFX= .tar.bz2
|
|||
MAINTAINER= christtrekker@users.sourceforge.net
|
||||
HOMEPAGE= http://marathon.sourceforge.net/
|
||||
COMMENT= Classic 2.5D FPS game engine, updated to use SDL
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES+= c c++
|
||||
USE_LANGUAGES= c c++
|
||||
INSTALLATION_DIRS= share/doc/AlephOne
|
||||
|
||||
CONFIGURE_ARGS= --disable-speex
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/AlephOne/
|
||||
|
||||
.include "../../audio/SDL_sound/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.6
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.31
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.SDL_image+= SDL_image>=1.2.6
|
||||
.include "../../graphics/SDL_image/buildlink3.mk"
|
||||
.include "../../net/SDL_net/buildlink3.mk"
|
||||
|
||||
|
|
|
@ -1,12 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:39 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2009/12/10 06:10:02 obache Exp $
|
||||
bin/alephone
|
||||
man/man6/alephone.6
|
||||
share/AlephOne/Fonts
|
||||
share/AlephOne/MML/Interface_Rects.mml
|
||||
share/AlephOne/MML/Transparent_Liquids.mml
|
||||
share/AlephOne/MML/Transparent_Sprites.mml
|
||||
share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-Bold.ttf
|
||||
share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-BoldOblique.ttf
|
||||
share/AlephOne/Themes/Default/bankgthd.ttf
|
||||
share/AlephOne/Themes/Default/button_c.bmp
|
||||
share/AlephOne/Themes/Default/button_c_p.bmp
|
||||
share/AlephOne/Themes/Default/button_l.bmp
|
||||
share/AlephOne/Themes/Default/button_l_p.bmp
|
||||
share/AlephOne/Themes/Default/button_r.bmp
|
||||
share/AlephOne/Themes/Default/button_r_p.bmp
|
||||
share/AlephOne/Themes/Default/frame_b.bmp
|
||||
share/AlephOne/Themes/Default/frame_bl.bmp
|
||||
share/AlephOne/Themes/Default/frame_br.bmp
|
||||
|
@ -28,10 +35,13 @@ share/AlephOne/Themes/Default/slider.bmp
|
|||
share/AlephOne/Themes/Default/slider_c.bmp
|
||||
share/AlephOne/Themes/Default/slider_l.bmp
|
||||
share/AlephOne/Themes/Default/slider_r.bmp
|
||||
share/AlephOne/Themes/Default/theme.mml
|
||||
share/AlephOne/Themes/Default/theme2.mml
|
||||
share/AlephOne/Themes/Default/thumb_b.bmp
|
||||
share/AlephOne/Themes/Default/thumb_bc.bmp
|
||||
share/AlephOne/Themes/Default/thumb_c.bmp
|
||||
share/AlephOne/Themes/Default/thumb_t.bmp
|
||||
share/AlephOne/Themes/Default/thumb_tc.bmp
|
||||
share/AlephOne/Themes/Default/tiny_button_c.bmp
|
||||
share/AlephOne/Themes/Default/tiny_button_l.bmp
|
||||
share/AlephOne/Themes/Default/tiny_button_r.bmp
|
||||
share/doc/AlephOne/README
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2007/11/17 08:42:33 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/12/10 06:10:02 obache Exp $
|
||||
|
||||
SHA1 (AlephOne-20071103.tar.bz2) = 51a62cbc201cb1594be6d5e9c53dccda7eaf7e2f
|
||||
RMD160 (AlephOne-20071103.tar.bz2) = 83f7542a873183d5f8178898fc6be3b59f0fcc46
|
||||
Size (AlephOne-20071103.tar.bz2) = 7295646 bytes
|
||||
SHA1 (AlephOne-20091015.tar.bz2) = 8e87ff166ca5c973921337a75ffc9fcc7cdeb9ae
|
||||
RMD160 (AlephOne-20091015.tar.bz2) = 046fc5fde1d89250e8cc6c30f74f561780398c54
|
||||
Size (AlephOne-20091015.tar.bz2) = 3147394 bytes
|
||||
|
|
Loading…
Reference in a new issue