1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/brutalchess/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

29 lines
669 B
Makefile

# Created by: Gustavo Perez Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= brutalchess
PORTVERSION= 0.5.2
PORTREVISION= 14
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 sdl xorg
USE_GL= yes
USE_SDL= sdl image
USE_XORG= x11 xext xt xmu xi
INSTALL_TARGET= install-strip
pre-build:
${CHMOD} 0755 ${WRKSRC}/install-sh
.include <bsd.port.mk>