1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/games/fbg2/Makefile
Alberto Villa 18a2b1f161 - Move radius-engine to BUILD_DEPENDS.
- Bump PORTREVISION.

PR:		171127
Submitted by:	nemysis at gmx.ch (maintainer)
2012-08-29 02:18:03 +00:00

53 lines
1.2 KiB
Makefile

# New Ports collection makefile for: Falling Block Game
# Date created: 2012-05-18
# Whom: nemysis@gmx.ch
#
# $FreeBSD$
#
PORTNAME= fbg2
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/fbg/
MAINTAINER= nemysis@gmx.ch
COMMENT= Classic block-stacking arcade 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
BUILD_DEPENDS= ${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \
png15:${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
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif
.include <bsd.port.mk>