freebsd-ports/games/knights/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 5
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>