629a8d6b69
While here fix common mistakes such as: - Missing "or (at your option) any later version" bit - LICENSE_FILE with LICENSE_COMB != single - LICENSE_COMB = dual for code + assets - Copy-pasting undocumented NC/SA restriction
34 lines
792 B
Makefile
34 lines
792 B
Makefile
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cretan-hubris
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/radius-engine/egp/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Maze on the Isle of Crete
|
|
|
|
LICENSE= GPLv2+ CC-BY-SA-3.0
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/License.txt
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine
|
|
LIB_DEPENDS= liblua-5.1.so:lang/lua51 \
|
|
libpng.so:graphics/png \
|
|
libphysfs.so.1:devel/physfs
|
|
RUN_DEPENDS= zip:archivers/zip
|
|
|
|
USES= pkgconfig
|
|
USE_SDL= sdl sound
|
|
USE_GL= glu
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/applications/${PORTNAME}.desktop \
|
|
share/pixmaps/${PORTNAME}.png \
|
|
%%DATADIR%%/${PORTNAME}.zip
|
|
|
|
.include <bsd.port.mk>
|