blob: 34f88bdcb6479f5a71187a30ec4065fede6a7bc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libqtxdg
PORTVERSION= 3.2.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LXQT/${PORTNAME}
MAINTAINER= jsm@FreeBSD.org
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>
|