diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-10 22:56:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-10 22:56:30 +0800 |
commit | 394ef468778902ea5d2e5513649d8856f4f3101b (patch) | |
tree | 22a1f05de5f230719725388e4395588023ee72e1 /games | |
parent | 4f5fbfca17d866eafaef1a8ff65e765df498c216 (diff) | |
download | freebsd-ports-graphics-394ef468778902ea5d2e5513649d8856f4f3101b.tar.gz freebsd-ports-graphics-394ef468778902ea5d2e5513649d8856f4f3101b.tar.zst freebsd-ports-graphics-394ef468778902ea5d2e5513649d8856f4f3101b.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159447
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gtktetcolor/Makefile | 15 | ||||
-rw-r--r-- | games/gtktetcolor/pkg-descr | 2 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games/gtktetcolor/Makefile b/games/gtktetcolor/Makefile index e0d34e61a6c..deedbabf828 100644 --- a/games/gtktetcolor/Makefile +++ b/games/gtktetcolor/Makefile @@ -9,18 +9,23 @@ PORTNAME= gtktetcolor PORTVERSION= 0.6.4 PORTREVISION= 10 CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.dvgu.ru/ifit/~panov/gtktetcolor/ -MASTER_SITE_SUBDIR= games +MASTER_SITES= SUNSITE/games \ + http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ MAINTAINER= ports@FreeBSD.org COMMENT= A game for GNOME that resembles well-known tetris and columns +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ diff --git a/games/gtktetcolor/pkg-descr b/games/gtktetcolor/pkg-descr index 8c5c773e33b..39c3a84d04a 100644 --- a/games/gtktetcolor/pkg-descr +++ b/games/gtktetcolor/pkg-descr @@ -5,3 +5,5 @@ vertically or diagonally having matching colors is removed and the above blocks will collapse. If two or more sequences will be removed simultaneously the player has got bonus points. The game will be over when new block cannot be placed on screen. + +WWW: http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ |