Changeset View
Changeset View
Standalone View
Standalone View
head/games/alex4/Makefile
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> | # Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= alex4 | PORTNAME= alex4 | ||||
PORTVERSION= 1.1 | PORTVERSION= 1.1 | ||||
CATEGORIES= games | CATEGORIES= games | ||||
MASTER_SITES= SF/allegator/Alex4/source%20and%20data/ \ | MASTER_SITES= SF/allegator/Alex4/source%20and%20data/ \ | ||||
SF/lifanov-ports-distfiles/games/${PORTNAME}/:icons | SF/lifanov-ports-distfiles/games/${PORTNAME}/:icons | ||||
DISTFILES= alex4src_data.zip ${PORTNAME}.png:icons | DISTFILES= alex4src_data.zip ${PORTNAME}.png:icons | ||||
EXTRACT_ONLY= alex4src_data.zip | EXTRACT_ONLY= alex4src_data.zip | ||||
MAINTAINER= lifanov@mail.lifanov.com | MAINTAINER= lifanov@FreeBSD.org | ||||
COMMENT= Classic platformer with Alex the Allegator | COMMENT= Classic platformer with Alex the Allegator | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/license.txt | LICENSE_FILE= ${WRKSRC}/license.txt | ||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libaldmb.a:audio/dumb-allegro | BUILD_DEPENDS= ${LOCALBASE}/lib/libaldmb.a:audio/dumb-allegro | ||||
LIB_DEPENDS= liballeg.so:devel/allegro | LIB_DEPENDS= liballeg.so:devel/allegro | ||||
Show All 21 Lines |