Date: Fri, 8 Nov 2013 11:29:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333201 - head/games/openmortal Message-ID: <201311081129.rA8BTvUw052947@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Nov 8 11:29:56 2013 New Revision: 333201 URL: http://svnweb.freebsd.org/changeset/ports/333201 Log: - Support staging - Use new LIB_DEPENDS syntax Deleted: head/games/openmortal/pkg-plist Modified: head/games/openmortal/Makefile Modified: head/games/openmortal/Makefile ============================================================================== --- head/games/openmortal/Makefile Fri Nov 8 11:13:13 2013 (r333200) +++ head/games/openmortal/Makefile Fri Nov 8 11:29:56 2013 (r333201) @@ -10,16 +10,15 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= A parody of the once popular coin-up fighting game, Mortal Kombat -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USE_BZIP2= yes +GNU_CONFIGURE= yes USES= perl5 USE_SDL= mixer image sdl net USE_DOS2UNIX= src/gfx.cpp -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +PLIST_FILES= bin/${PORTNAME} +PORTDATA= * -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311081129.rA8BTvUw052947>