Lines 6-30
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gtktetcolor |
8 |
PORTNAME= gtktetcolor |
9 |
PORTVERSION= 0.5.0 |
9 |
PORTVERSION= 0.6.2 |
10 |
CATEGORIES= games gnome |
10 |
CATEGORIES= games gnome |
11 |
MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \ |
11 |
MASTER_SITES= ${MASTER_SITE_SUNSITE} \ |
12 |
http://www.dvgu.ru/ifit/~panov/gtktetcolor/ \ |
12 |
ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ |
13 |
http://ibilbio.org/pub/Linux/games/ |
13 |
MASTER_SITE_SUBDIR= games |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
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 |
17 |
|
17 |
|
18 |
USE_BZIP2= yes |
|
|
19 |
USE_X_PREFIX= yes |
18 |
USE_X_PREFIX= yes |
20 |
USE_GNOME= gnomeprefix gnomehack gnomelibs |
19 |
USE_GNOME= gnomehack gnomeprefix libgnomeui |
|
|
20 |
USE_GMAKE= yes |
21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
22 |
USE_REINPLACE= yes |
|
|
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
24 |
LIBS="-L${LOCALBASE}/lib" |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
|
|
|
26 |
post-patch: |
27 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |
28 |
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |
29 |
|
24 |
|
30 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |