19 lines
399 B
Makefile
19 lines
399 B
Makefile
|
# Created by: Olivier Duchateau
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= libqtxdg
|
||
|
PORTVERSION= 2.0.0
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= LXQT/${PORTNAME}
|
||
|
|
||
|
MAINTAINER= olivierd@FreeBSD.org
|
||
|
COMMENT= Qt implementation of freedesktop.org xdg specs
|
||
|
|
||
|
LICENSE= LGPL21+
|
||
|
|
||
|
USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig tar:xz
|
||
|
USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \
|
||
|
xml
|
||
|
|
||
|
.include <bsd.port.mk>
|