Last change
on this file was
141811,
checked in by nicos@…, 2 years ago
|
kdeedu ports: revbump after qt4 prefix change
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 141811 2015-10-29 12:37:28Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name khangman |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers nicos |
---|
12 | license GPL-2+ LGPL-2.1+ GFDL-1.2 |
---|
13 | description hangman game |
---|
14 | long_description KDE ${description} |
---|
15 | homepage http://www.kde.org |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | depends_lib-append port:libkdeedu |
---|
19 | |
---|
20 | master_sites kde:stable/${version}/src/ |
---|
21 | use_xz yes |
---|
22 | |
---|
23 | checksums rmd160 1a6fda737d5f729989b30e9aa680fb503e971ad5 \ |
---|
24 | sha256 3d7e721a72d1477f630af985c88658a677c1ec8d380d3a6f838b6aa71f75ad71 |
---|
25 | |
---|
26 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
27 | license_noconflict openssl |
---|
28 | |
---|
29 | #Prevents the package to build a framework |
---|
30 | patchfiles patch-CMakeLists-engine.diff |
---|
31 | |
---|
32 | if {![variant_isset docs]} { |
---|
33 | patchfiles-append patch-CMakeLists.txt.diff |
---|
34 | } |
---|
35 | |
---|
36 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
37 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.