mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 1.0.5
- Trim header Feature safe: yes
This commit is contained in:
parent
6ad9a7bd15
commit
d2b774b2b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308299
@ -1,23 +1,16 @@
|
||||
# New ports collection makefile for: spacejunk
|
||||
# Date created: 21 Jan 2010
|
||||
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
#
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= spacejunk
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= A video game about traveling in 2D planetary systems
|
||||
|
||||
USE_SDL= sdl mixer image
|
||||
USE_AUTOTOOLS= automake
|
||||
AUTOMAKE_ARGS= -i --add-missing
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl mixer image
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
@ -41,16 +34,10 @@ DESKTOP_ENTRIES= "Spacejunk" \
|
||||
BROKEN= Doesn't compile on sparc64
|
||||
.endif
|
||||
|
||||
AUTOTOOLSFILES= aclocal.m4
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/gem-uta.c \
|
||||
${WRKSRC}/libinfo/gem-uta.c
|
||||
@${REINPLACE_CMD} -e 's|data/|${DATADIR}/&|' ${WRKSRC}/src/*.c*
|
||||
@${RM} -f ${WRKSRC}/config.guess
|
||||
@${REINPLACE_CMD} -e 's|1.10.1|%%AUTOMAKE_APIVER%%|g' \
|
||||
-e 's|1.10|%%AUTOMAKE_VERSION%%|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/spacejunk ${PREFIX}/libexec/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spacejunk-1.0.4.tar.gz) = 715c6df9159c2537b3a084b5002b44f47d7f6e4991619224287069c76c070b3f
|
||||
SIZE (spacejunk-1.0.4.tar.gz) = 7655961
|
||||
SHA256 (spacejunk-1.0.5.tar.gz) = 5e540ffd6e45a37d240c408885714380e1f7ff71ae50df3b2f7f239cdb072eec
|
||||
SIZE (spacejunk-1.0.5.tar.gz) = 8066363
|
||||
|
@ -101,6 +101,7 @@ libexec/spacejunk
|
||||
%%DATADIR%%/data/art/soundscreen.png
|
||||
%%DATADIR%%/data/art/soundslidermarker.png
|
||||
%%DATADIR%%/data/art/spacejunk.gpl
|
||||
%%DATADIR%%/data/art/spacejunk_icon.png
|
||||
%%DATADIR%%/data/art/spacemus.ogg
|
||||
%%DATADIR%%/data/art/spacemus2.ogg
|
||||
%%DATADIR%%/data/art/star1.png
|
||||
|
Loading…
Reference in New Issue
Block a user