2007-02-08 23:36:23 +01:00
|
|
|
# New ports collection makefile for: Brutalchess
|
|
|
|
# Date created: 2005-02-07
|
|
|
|
# Whom: Gustavo Perez Querol <gustau.perez@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= brutalchess
|
2007-02-18 20:02:07 +01:00
|
|
|
PORTVERSION= 0.5.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2007-02-08 23:36:23 +01:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
|
2007-02-08 23:36:23 +01:00
|
|
|
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src
|
|
|
|
|
2008-03-27 14:15:53 +01:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2007-02-08 23:36:23 +01:00
|
|
|
MAINTAINER= gustau.perez@gmail.com
|
|
|
|
COMMENT= Nice looking OpenGL chess game
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= x11 xext xt xmu xi
|
2007-02-08 23:36:23 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-02-08 23:36:23 +01:00
|
|
|
|
|
|
|
USE_GL= yes
|
|
|
|
USE_SDL= sdl image
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${CHMOD} 0755 ${WRKSRC}/install-sh
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|