mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/ With hat: lxqt
18 lines
423 B
Makefile
18 lines
423 B
Makefile
PORTNAME= libqt6xdg
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT/${PORTNAME:S/6//}
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Qt6 implementation of freedesktop.org xdg specs
|
|
WWW= https://github.com/lxde/libqtxdg
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++17-lang gnome lxqt:2 pkgconfig qt:6 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
USE_LXQT= buildtools2
|
|
USE_QT= base:run tools:build svg
|
|
|
|
.include <bsd.port.mk>
|