freebsd-ports/devel/libqtxdg/Makefile
Steve Wills 67a6ed4248 devel/libqtxdg: Update to 3.1.0
PR:		223211
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
2017-10-27 15:32:49 +00:00

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>