blob: 90d56a2f29f49d0390e8f534674d66248f1dbe11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libqtxdg
PORTVERSION= 3.2.0
CATEGORIES= devel
MASTER_SITES= LXQT/${PORTNAME}
MAINTAINER= jesper@schmitz.computer
COMMENT= Qt implementation of freedesktop.org xdg specs
LICENSE= LGPL21+
USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz
USE_LDCONFIG= yes
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
xml
.include <bsd.port.mk>
|