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.0 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 kwordquiz |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers nicos |
---|
12 | license GPL-2+ GFDL-1.2 LGPL-2 |
---|
13 | description Flash Card Trainer |
---|
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 335fea61831d1ff6040e8cfe75d8eab40a062421 \ |
---|
24 | sha256 388083782b21ddb53ca194a65e51f4602f0e13fc05844d8c8d78b362d4fe7d7f |
---|
25 | |
---|
26 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
27 | license_noconflict openssl |
---|
28 | |
---|
29 | if {![variant_isset docs]} { |
---|
30 | patchfiles-append patch-CMakeLists.txt.diff |
---|
31 | } |
---|
32 | |
---|
33 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
34 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.