mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
36 lines
755 B
Makefile
36 lines
755 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= 4
|
|
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 xext xt xmu xi
|
|
|
|
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>
|