freebsd-ports/games/knights-kde4/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
645 B
Makefile

# New ports collection makefile for: knight
# Date created: 24 Jun 2002
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
#
# $FreeBSD$
#
PORTNAME= knights
PORTVERSION= 0.6
PORTREVISION= 6
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= knights
MAINTAINER= ports@FreeBSD.org
COMMENT= A KDE chess interface (gnuchess/crafty)
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
USE_GETTEXT= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
post-patch:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>