55a01eaf66
- Bump PORTREVISION. PR: 171126 Submitted by: nemysis at gmx.ch (maintainer)
43 lines
1 KiB
Makefile
43 lines
1 KiB
Makefile
# New Ports collection makefile for: Cretan Hubris
|
|
# Date created: 2012-05-18
|
|
# Whom: nemysis@gmx.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cretan-hubris
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/radius-engine/egp/
|
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
COMMENT= Maze on the Isle of Crete
|
|
|
|
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= *
|
|
|
|
.include <bsd.port.mk>
|