2012-05-18 04:42:31 +00:00
|
|
|
# New Ports collection makefile for: Falling Block Game
|
|
|
|
# Date created: 2012-05-18
|
|
|
|
# Whom: nemysis@gmx.ch
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fbg2
|
|
|
|
PORTVERSION= 0.4
|
2012-08-29 02:18:03 +00:00
|
|
|
PORTREVISION= 2
|
2012-05-18 04:42:31 +00:00
|
|
|
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
|
|
|
|
|
2012-08-29 02:18:03 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
|
|
|
|
LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \
|
2012-06-01 05:26:28 +00:00
|
|
|
png15:${PORTSDIR}/graphics/png \
|
2012-05-18 04:42:31 +00:00
|
|
|
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
|
|
|
|
|
2012-08-25 06:28:54 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-05-18 04:42:31 +00:00
|
|
|
post-install:
|
2012-08-25 06:28:54 +00:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2012-05-18 04:42:31 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|