forked from Lainports/freebsd-ports
Fix LICENSE. Add STRIP_CMD to post-install. Add USES=compiler:c++11-lang. Improve pkg-descr. Changelog: https://www.datovka.cz/cs/2024-06-18-datovka-4.24.0.html PR: 279400 Approved by: submitter is maintainer
26 lines
673 B
Makefile
26 lines
673 B
Makefile
PORTNAME= datovka
|
|
DISTVERSION= 4.24.0
|
|
CATEGORIES= mail
|
|
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/datovka
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= libglvnd>0:graphics/libglvnd \
|
|
pkgconf:devel/pkgconf
|
|
LIB_DEPENDS= libdatovka.so:devel/libdatovka
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 \
|
|
ssl tar:xz
|
|
USE_GL= gl
|
|
USE_QT= buildtools core gui network printsupport sql svg websockets \
|
|
widgets
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/datovka
|
|
|
|
.include <bsd.port.mk>
|