svn commit: r330807 - head/games/nimuh
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Oct 19 00:03:12 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list