# Created by: Stefan Jahn # $FreeBSD$ PORTNAME= knights PORTVERSION= 2.5.0 PORTREVISION= 8 CATEGORIES= games kde MASTER_SITES= http://dl.dropbox.com/u/2888238/Knights/ MAINTAINER= syncer@gmail.com COMMENT= KDE4 chess interface RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:games/gnuchess LICENSE= GPLv2 USES= cmake:outsource kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 workspace libkdegames USE_QT4= qmake_build moc_build rcc_build uic_build OPTIONS_DEFINE= DOCS NLS .include .if ! ${PORT_OPTIONS:MDOCS} CMAKE_ARGS+= -DBUILD_doc=FALSE .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " CMAKE_ARGS+= -DBUILD_po=FALSE .endif post-patch: .if empty(PORT_OPTIONS:MDOCS) ${REINPLACE_CMD} "s/^add_subdirectory( doc )//g" \ ${WRKSRC}/CMakeLists.txt .endif .include r> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update WWWsunpoet2018-06-051-1/+1
* - Add LICENSE_FILEsunpoet2015-11-291-0/+2
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
* - Sort PLISTsunpoet2015-05-011-11/+11
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26