diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /games/arx-libertatis | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'games/arx-libertatis')
-rw-r--r-- | games/arx-libertatis/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index 95affc9b91a8..550bdab1d09b 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: arx-libertatis -# Date created: 24 Apr 2012 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= arx-libertatis PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://cloud.github.com/downloads/arx/ArxLibertatis/ \ http://mirror.amdmi3.ru/distfiles/ @@ -16,10 +13,10 @@ COMMENT= Cross-platform port of Arx Fatalis LICENSE= GPLv3 -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - GLEW.1:${PORTSDIR}/graphics/glew \ - freetype.9:${PORTSDIR}/print/freetype2 \ - boost_program_options.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= IL:${PORTSDIR}/graphics/devil \ + GLEW:${PORTSDIR}/graphics/glew \ + freetype:${PORTSDIR}/print/freetype2 \ + boost_program_options:${PORTSDIR}/devel/boost-libs USE_XZ= yes USE_OPENAL= yes |