mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Avoision is a straightforward, yet captivating distillation of vintage arcade
entertainment requiring strategy, precision, and perseverance with a singular objective: capture the red square while evading innumerable cruel, spiteful white squares. WWW: http://avsn.sourceforge.net/ PR: ports/168083 Submitted by: nemysis@gmx.ch
This commit is contained in:
parent
cb208bc502
commit
28e66b9e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296881
@ -56,6 +56,7 @@
|
||||
SUBDIR += atris
|
||||
SUBDIR += atris-sounds
|
||||
SUBDIR += avanor
|
||||
SUBDIR += avoision
|
||||
SUBDIR += avp-demo
|
||||
SUBDIR += awale
|
||||
SUBDIR += awele
|
||||
|
49
games/avoision/Makefile
Normal file
49
games/avoision/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New Ports collection makefile for: Avoision
|
||||
# Date created: 2012-05-17
|
||||
# Whom: nemysis@gmx.ch
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= avoision
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/avsn/
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Avoision is a simple collect-dots-avoid-blocks game
|
||||
|
||||
LICENSE= GPLv2 CCbyNCSA3
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported
|
||||
LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
|
||||
LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
|
||||
|
||||
LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \
|
||||
lua-5.1:${PORTSDIR}/lang/lua \
|
||||
png:${PORTSDIR}/graphics/png \
|
||||
physfs.1:${PORTSDIR}/devel/physfs
|
||||
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
USE_SDL= sdl sound
|
||||
USE_GL= glu
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/applications/${PORTNAME}.desktop \
|
||||
share/pixmaps/${PORTNAME}.png
|
||||
PLIST_DIRSTRY= share/applications
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= ChangeLog
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/avoision/distinfo
Normal file
2
games/avoision/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (avoision-1.1.tar.gz) = 353b774ca234c8dde2625f14ea76057d2adc30a64805650da8647c94ef9b9651
|
||||
SIZE (avoision-1.1.tar.gz) = 3014172
|
6
games/avoision/pkg-descr
Normal file
6
games/avoision/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Avoision is a straightforward, yet captivating distillation of vintage arcade
|
||||
entertainment requiring strategy, precision, and perseverance with a singular
|
||||
objective: capture the red square while evading innumerable cruel,
|
||||
spiteful white squares.
|
||||
|
||||
WWW: http://avsn.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user