20 lines
443 B
Makefile
20 lines
443 B
Makefile
# Created by: Olivier Duchateau
|
|
|
|
PORTNAME= libqtxdg
|
|
PORTVERSION= 3.7.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Qt implementation of freedesktop.org xdg specs
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
|
|
xml
|
|
USE_LXQT= buildtools
|
|
|
|
.include <bsd.port.mk>
|