svn commit: r333201 - head/games/openmortal

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 8 11:29:57 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list