diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 09:07:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 09:07:18 +0800 |
commit | 9637daae9715340e31896d5635ac2683f7d98b9f (patch) | |
tree | fade64e9dbfbae4ee3d8b881006651bf8d2d2550 /games | |
parent | 68bd6db8c323402dcecc11b20cefbaf76c174687 (diff) | |
download | freebsd-ports-gnome-9637daae9715340e31896d5635ac2683f7d98b9f.tar.gz freebsd-ports-gnome-9637daae9715340e31896d5635ac2683f7d98b9f.tar.zst freebsd-ports-gnome-9637daae9715340e31896d5635ac2683f7d98b9f.zip |
- Update to 0.9.4
- Switch to USES=localbase
Diffstat (limited to 'games')
-rw-r--r-- | games/pipewalker/Makefile | 11 | ||||
-rw-r--r-- | games/pipewalker/distinfo | 5 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/pipewalker/Makefile b/games/pipewalker/Makefile index 65555aed576e..5a59420cd5da 100644 --- a/games/pipewalker/Makefile +++ b/games/pipewalker/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= pipewalker -PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTVERSION= 0.9.4 CATEGORIES= games MASTER_SITES= SF -EXTRACT_SUFX= -src.tar.gz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the NetWalk game @@ -14,14 +12,13 @@ COMMENT= Clone of the NetWalk game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= desktop-file-utils +LIB_DEPENDS= libpng.so:graphics/png + +USES= desktop-file-utils localbase GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= gl glu -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread - PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.xpm diff --git a/games/pipewalker/distinfo b/games/pipewalker/distinfo index 444ca001e4a5..6d1319ea4760 100644 --- a/games/pipewalker/distinfo +++ b/games/pipewalker/distinfo @@ -1,2 +1,3 @@ -SHA256 (pipewalker-0.9.1-src.tar.gz) = 4ea2f698e1275e493fa262004f97385c6f4758ad05a07db7e9f731ce8ff0d8b3 -SIZE (pipewalker-0.9.1-src.tar.gz) = 930790 +TIMESTAMP = 1473636653 +SHA256 (pipewalker-0.9.4.tar.gz) = d6d7717f1f333847cc4a2e9d83e97b971b3bfb539d99d4ae30a5140de6e386f4 +SIZE (pipewalker-0.9.4.tar.gz) = 948399 |