2002-11-24 22:01:10 +00:00
|
|
|
# New ports collection makefile for: knight
|
|
|
|
# Date created: 24 Jun 2002
|
|
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= knights
|
2004-06-27 18:06:38 +00:00
|
|
|
PORTVERSION= 0.6
|
2006-08-15 08:27:47 +00:00
|
|
|
PORTREVISION= 4
|
2002-11-24 22:01:10 +00:00
|
|
|
CATEGORIES= games kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= knights
|
|
|
|
|
2004-04-13 21:58:29 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A KDE chess interface (gnuchess/crafty)
|
2002-11-24 22:01:10 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
|
|
|
|
|
2006-08-15 08:27:47 +00:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2002-11-24 22:01:10 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-06-27 18:06:38 +00:00
|
|
|
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
|
2002-11-24 22:01:10 +00:00
|
|
|
|
2004-06-27 18:06:38 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2002-11-24 22:01:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|