summaryrefslogblamecommitdiff
path: root/games/gtktetcolor/Makefile
blob: a9b4efdf20184c7548ff5348b9e3dc5be7de932c (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                           
                     
                           
                                                                  

                                                             
 
                                 
                                                                             
 
                   
                   
                                               
                   
                   

                                                   
 

                                                               
                                                                          
 
                      
# New ports collection makefile for:	gtktetcolor
# Date created:				17 August 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gtktetcolor
PORTVERSION=	0.5.0
CATEGORIES=	games gnome
MASTER_SITES=	ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \
 		http://www.dvgu.ru/ifit/~panov/gtktetcolor/ \
		http://ibilbio.org/pub/Linux/games/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A game for GNOME that resembles well-known tetris and columns

USE_BZIP2=	yes
USE_X_PREFIX=	yes
USE_GNOME=	gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

post-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
		s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>