Skip to content

Commit

Permalink
datovka: Fix library (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinfx committed Nov 6, 2022
1 parent 0092c9d commit 4f30cb3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
27 changes: 16 additions & 11 deletions datovka/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
PORTNAME= datovka
DISTVERSION= 4.21.0
CATEGORIES= devel
MASTER_SITES= https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/
PORTNAME= datovka
DISTVERSION= 4.21.0
CATEGORIES= devel
MASTER_SITES= https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/

MAINTAINER= freebsd@sysctl.cz
COMMENT= Qt re-implementation of Datovka.
WWW= https://gitlab.nic.cz/datovka/
MAINTAINER= freebsd@sysctl.cz
COMMENT= Qt re-implementation of Datovka.
WWW= https://gitlab.nic.cz/datovka/

LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING

USES= qmake qt:5 tar:xz
QT+= printsupport svg widgets gui websockets network sql core
BUILD_DEPEND+= libdatovka>=0.2.1:devel/libdatovka \
pkgconf:devel/pkgconf \
graphics/libglvnd

LIB_DEPENDS+= libdatovka.so:devel/libdatovka

USES= desktop-file-utils pkgconfig qmake qt:5 tar:xz
USE_GL+= gl
USE_QT+= printsupport svg widgets gui websockets network sql core buildtools

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions datovka/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[description of the port]
Qt re-implementation of Datovka.

WWW: http://example.com

0 comments on commit 4f30cb3

Please sign in to comment.