aboutsummaryrefslogblamecommitdiff
path: root/games/brutalchess/Makefile
blob: f036ee0289454e013456f1cc206a222cdf35ea62 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                     
                             
                 
                             
                                                                                         

                                                            

                                                      



                                                            
                                          
 
                           
                               









                                          
# New ports collection makefile for:   Brutalchess
# Date created:         2005-02-07
# Whom:                 Gustavo Perez Querol <gustau.perez@gmail.com>
#
# $FreeBSD$
#

PORTNAME=		brutalchess
PORTVERSION=		0.5.2
PORTREVISION=	9
CATEGORIES=		games
MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
DISTNAME=		${PORTNAME}-alpha-${PORTVERSION}-src

LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2

MAINTAINER=		gustau.perez@gmail.com
COMMENT=		Nice looking OpenGL chess game

WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XORG=		x11 xext xt xmu xi

USE_GMAKE=		yes
USE_AUTOTOOLS=		libtool

USE_GL=			yes
USE_SDL=		sdl image

pre-build:
	${CHMOD} 0755 ${WRKSRC}/install-sh

MANCOMPRESSED=		yes

.include <bsd.port.mk>