freebsd-ports/games/brutalchess/Makefile
Martin Wilke 32d6ba3c61 - Add missing dependency
- Bump PORTREVISION

Submitted by:	pavbot
2008-03-27 13:15:53 +00:00

37 lines
798 B
Makefile

# 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= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
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>