2000-08-17 06:34:30 -04:00
|
|
|
# New ports collection makefile for: gtktetcolor
|
|
|
|
# Date created: 17 August 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtktetcolor
|
2001-04-10 04:32:10 -04:00
|
|
|
PORTVERSION= 0.5.0
|
2000-08-17 06:34:30 -04:00
|
|
|
CATEGORIES= games gnome
|
2001-04-10 04:32:10 -04:00
|
|
|
MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \
|
|
|
|
http://www.dvgu.ru/ifit/~panov/gtktetcolor/ \
|
2000-08-17 06:34:30 -04:00
|
|
|
http://metalab.unc.edu/pub/Linux/games/
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
2001-04-10 04:32:10 -04:00
|
|
|
USE_BZIP2= yes
|
2000-08-17 06:34:30 -04:00
|
|
|
USE_X_PREFIX= yes
|
2002-08-06 15:06:30 -04:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
2000-08-17 06:34:30 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 03:10:50 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-08-17 06:34:30 -04:00
|
|
|
|
2002-08-06 15:06:30 -04:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-17 06:34:30 -04:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|