blob: 3956f92a5c1e61ff955a10aea7b3f2e00f3d73ad (
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
29
30
31
32
33
34
|
# 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= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src
MAINTAINER= gustau.perez@gmail.com
COMMENT= Nice looking OpenGL chess game
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GL= yes
USE_SDL= sdl image
pre-build:
${CHMOD} 0755 ${WRKSRC}/install-sh
MANCOMPRESSED= yes
.include <bsd.port.mk>
|