aboutsummaryrefslogtreecommitdiff
path: root/games/brutalchess/Makefile
blob: 0b2678623b3a1495c7c32520a9847c1b1948f26e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Gustavo Perez Querol <gustau.perez@gmail.com>

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

LIB_DEPENDS=	libfreetype.so:print/freetype2

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

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

GNU_CONFIGURE=	yes
USES=		dos2unix gl gmake libtool pkgconfig sdl xorg
USE_GL=		yes
USE_SDL=	sdl image
USE_XORG=	x11 xext xt xmu xi
INSTALL_TARGET=	install-strip
BINARY_ALIAS=	freetype-config=true

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

.include <bsd.port.mk>