Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 00:03:12 +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: r330807 - head/games/nimuh
Message-ID:  <201310190003.r9J03C55012293@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Oct 19 00:03:12 2013
New Revision: 330807
URL: http://svnweb.freebsd.org/changeset/ports/330807

Log:
  - Support staging
  - Convert USE_GMAKE to USES
  - Use new LIB_DEPENDS syntax

Deleted:
  head/games/nimuh/pkg-plist
Modified:
  head/games/nimuh/Makefile

Modified: head/games/nimuh/Makefile
==============================================================================
--- head/games/nimuh/Makefile	Sat Oct 19 00:01:10 2013	(r330806)
+++ head/games/nimuh/Makefile	Sat Oct 19 00:03:12 2013	(r330807)
@@ -11,10 +11,10 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Puzzle game destined to improve the knowledge of Andalusia
 
-LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl image mixer
 USE_GL=		gl
 
@@ -23,7 +23,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 DATA_WRKSRC=	${WRKDIR}/${PORTNAME}-data-${PORTVERSION}
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/${PORTNAME}
+PORTDATA=	*
+
 post-patch:
 	@${REINPLACE_CMD} -e '/LIBS/ s|-lSDL_[a-z]*|& $${SDL_LIBS}|' ${WRKSRC}/configure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190003.r9J03C55012293>