mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
29 lines
628 B
Makefile
29 lines
628 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= 3
|
|
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_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>
|