mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update WWW
- Add LICENSE - Switch to options helpers - Regenerate patches
This commit is contained in:
parent
4ad15634d0
commit
ad6ecd42ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452507
3 changed files with 16 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue