freebsd-ports/graphics/drawpile/Makefile
Yuri Victorovich b1254cd990 graphics/drawpile: Update 2.1.16 -> 2.1.17
Reported by:	portscout
2020-02-17 18:12:28 +00:00

32 lines
779 B
Makefile

# $FreeBSD$
PORTNAME= Drawpile
DISTVERSION= 2.1.17
CATEGORIES= graphics python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Collaborative drawing program
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgif.so:graphics/giflib \
libmicrohttpd.so:www/libmicrohttpd \
libminiupnpc.so:net/miniupnpc \
libsodium.so:security/libsodium \
libvpx.so:multimedia/libvpx
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tl}
USE_QT= core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build
USE_KDE= archive dnssd
OPTIONS_DEFINE= DOCS
PORTDOCS= *
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>