diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-10 14:56:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-10 14:56:30 +0000 |
commit | 2ad27ef2a9039ce71c3e83c5654a3ca5d541a836 (patch) | |
tree | 69325e614e4b14c2199f3e7b4a385a7a57b7a0fe /games/gtktetcolor | |
parent | c5c352568f51f9ff2f130629dace3091c33d28b6 (diff) | |
download | ports-2ad27ef2a9039ce71c3e83c5654a3ca5d541a836.tar.gz ports-2ad27ef2a9039ce71c3e83c5654a3ca5d541a836.zip |
Notes
Diffstat (limited to 'games/gtktetcolor')
-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 e0d34e61a6c4..deedbabf828b 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 8c5c773e33be..39c3a84d04ac 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/ |