View | Details | Raw Unified | Return to bug 159447
Collapse All | Expand All

(-)games/gtktetcolor/Makefile (-5 / +10 lines)
Lines 9-26 Link Here
9
PORTVERSION=	0.6.4
9
PORTVERSION=	0.6.4
10
PORTREVISION=	10
10
PORTREVISION=	10
11
CATEGORIES=	games gnome
11
CATEGORIES=	games gnome
12
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
12
MASTER_SITES=	SUNSITE/games \
13
		http://www.dvgu.ru/ifit/~panov/gtktetcolor/
13
		http://canopus.iacp.dvo.ru/~panov/gtktetcolor/
14
MASTER_SITE_SUBDIR=	games
15
14
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A game for GNOME that resembles well-known tetris and columns
16
COMMENT=	A game for GNOME that resembles well-known tetris and columns
18
17
18
LICENSE=	GPLv2 GPLv3
19
LICENSE_COMB=	dual
20
19
USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui
21
USE_GNOME=	gnomehack gnomeprefix intlhack libgnomeui
20
USE_GMAKE=	yes
22
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
23
		LDFLAGS="-L${LOCALBASE}/lib"
25
MAKE_JOBS_SAFE=	yes
26
27
CPPFLAGS=	-I${LOCALBASE}/include
28
LDFLAGS=	-L${LOCALBASE}/lib
24
29
25
post-patch:
30
post-patch:
26
	@${REINPLACE_CMD} -e \
31
	@${REINPLACE_CMD} -e \
(-)games/gtktetcolor/pkg-descr (+2 lines)
Lines 5-7 Link Here
5
will collapse. If two or more sequences will be removed simultaneously the
5
will collapse. If two or more sequences will be removed simultaneously the
6
player has got bonus points. The game will be over when new block cannot be
6
player has got bonus points. The game will be over when new block cannot be
7
placed on screen. 
7
placed on screen. 
8
9
WWW: http://canopus.iacp.dvo.ru/~panov/gtktetcolor/

Return to bug 159447