summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/gtktetcolor/Makefile15
-rw-r--r--games/gtktetcolor/pkg-descr2
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/