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 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/