aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-10-20 09:04:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-10-20 09:04:20 +0000
commitad6ecd42ffcbc786fe5c09847dce28d0608c0e81 (patch)
tree448153e37a5e1776be9a16bbb6d25d68ccd1e586 /games
parent4ad15634d00f499cc034862c5414f4ae0c7984f5 (diff)
downloadports-ad6ecd42ffcbc786fe5c09847dce28d0608c0e81.tar.gz
ports-ad6ecd42ffcbc786fe5c09847dce28d0608c0e81.zip
- Update WWW
- Add LICENSE - Switch to options helpers - Regenerate patches
Notes
Notes: svn path=/head/; revision=452507
Diffstat (limited to 'games')
-rw-r--r--games/pipepanic/Makefile15
-rw-r--r--games/pipepanic/files/patch-Makefile6
-rw-r--r--games/pipepanic/pkg-descr2
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/