diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-10-20 17:04:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:47:09 +0800 |
commit | 40aacbc6c5cf40dee0658a69e4c0523751f49ed8 (patch) | |
tree | d9e44a08dced89426152eb6c36552b934a0ae514 /games | |
parent | 7d2b84a9dcd696a62c524aa7357753ef11c03287 (diff) | |
download | freebsd-ports-gnome-40aacbc6c5cf40dee0658a69e4c0523751f49ed8.tar.gz freebsd-ports-gnome-40aacbc6c5cf40dee0658a69e4c0523751f49ed8.tar.zst freebsd-ports-gnome-40aacbc6c5cf40dee0658a69e4c0523751f49ed8.zip |
- Update WWW
- Add LICENSE
- Switch to options helpers
- Regenerate patches
Diffstat (limited to 'games')
-rw-r--r-- | games/pipepanic/Makefile | 15 | ||||
-rw-r--r-- | games/pipepanic/files/patch-Makefile | 6 | ||||
-rw-r--r-- | games/pipepanic/pkg-descr | 2 |
3 files changed, 16 insertions, 7 deletions
diff --git a/games/pipepanic/Makefile b/games/pipepanic/Makefile index 200296ab69e2..3332a66ab041 100644 --- a/games/pipepanic/Makefile +++ b/games/pipepanic/Makefile @@ -7,12 +7,19 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.users.waitrose.com/~thunor/pipepanic/dload/ \ LOCAL/ehaupt \ - http://mirror.amdmi3.ru/distfiles/ + https://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= amdmi3@FreeBSD.org COMMENT= Pipe connecting game using libSDL +LICENSE= GPLv2+ FAL +LICENSE_COMB= multi +LICENSE_NAME_FAL= Free artwork license +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +LICENSE_FILE_FAL= ${WRKSRC}/COPYING-ARTWORK +LICENSE_PERMS_FAL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USE_SDL= sdl PLIST_FILES= bin/${PORTNAME} @@ -28,9 +35,11 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.bmp ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/games/pipepanic/files/patch-Makefile b/games/pipepanic/files/patch-Makefile index f198661efc3e..b3cfe86073e6 100644 --- a/games/pipepanic/files/patch-Makefile +++ b/games/pipepanic/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Wed May 17 00:11:29 2006 -+++ Makefile Sat May 20 18:49:20 2006 -@@ -3,11 +3,10 @@ +--- Makefile.orig 2006-05-16 20:11:29 UTC ++++ Makefile +@@ -3,11 +3,10 @@ OBJECTS=main.o TARGET=pipepanic # Settings for x86. diff --git a/games/pipepanic/pkg-descr b/games/pipepanic/pkg-descr index a49d2ae7a56e..60e7080a6dfd 100644 --- a/games/pipepanic/pkg-descr +++ b/games/pipepanic/pkg-descr @@ -3,4 +3,4 @@ Zaurus. Connect as many different shaped pipes together as possible within the time given. Comes with built-in help, is primarily mouse/stylus driven and can be played in different resolutions and orientations. -WWW: http://thunor.org.uk/pipepanic +WWW: http://www.users.waitrose.com/~thunor/pipepanic/ |