Changeset View
Changeset View
Standalone View
Standalone View
head/games/gemrb/Makefile
# Created by: Timothy Beyer <beyert@cs.ucr.edu> | # Created by: Timothy Beyer <beyert@cs.ucr.edu> | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= gemrb | PORTNAME= gemrb | ||||
PORTVERSION= 0.8.4 | PORTVERSION= 0.8.4 | ||||
CATEGORIES= games emulators | CATEGORIES= games emulators | ||||
MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources | MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION:.1=}%20Sources | ||||
MAINTAINER= lifanov@mail.lifanov.com | MAINTAINER= lifanov@FreeBSD.org | ||||
COMMENT= GemRB (Game engine made with preRendered Background) | COMMENT= GemRB (Game engine made with preRendered Background) | ||||
LICENSE= GPLv2+ | LICENSE= GPLv2+ | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
LIB_DEPENDS= libpng.so:graphics/png \ | LIB_DEPENDS= libpng.so:graphics/png \ | ||||
libvorbis.so:audio/libvorbis \ | libvorbis.so:audio/libvorbis \ | ||||
libfreetype.so:print/freetype2 \ | libfreetype.so:print/freetype2 \ | ||||
Show All 21 Lines |