freebsd-ports/games/knights-kde4/Makefile
Max Brazhnikov 78819d7021 Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
2012-03-07 14:57:01 +00:00

27 lines
666 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= 2.3.1
PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= http://dl.dropbox.com/u/2888238/Knights/
MAINTAINER= syncer@gmail.com
COMMENT= A KDE4 chess interface
LIB_DEPENDS= kdegames.5:${PORTSDIR}/games/kdegames4
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_CMAKE= yes
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
.include <bsd.port.mk>