67a6ed4248
PR: 223211 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
18 lines
402 B
Makefile
18 lines
402 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libqtxdg
|
|
PORTVERSION= 3.1.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 tar:xz
|
|
USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \
|
|
xml
|
|
|
|
.include <bsd.port.mk>
|