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/openlierox | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 8172f8e014fa..72a12fcebaa3 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: openlierox -# Date created: 12 Oct 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openlierox DISTVERSION= 0.59_beta9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} DISTNAME= OpenLieroX_${DISTVERSION}.src @@ -16,7 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extremely addictive realtime worms shoot-em-up LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - boost_signals.4:${PORTSDIR}/devel/boost-libs \ + boost_signals:${PORTSDIR}/devel/boost-libs \ curl.6:${PORTSDIR}/ftp/curl \ alut.1:${PORTSDIR}/audio/freealut @@ -28,6 +24,7 @@ USE_OPENAL= yes CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_CMAKE= yes CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ |