2019-10-02 18:29:33 +00:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.6 2019/10/02 18:29:33 jasper Exp $
|
2017-08-09 14:40:30 +00:00
|
|
|
|
|
|
|
CATEGORIES ?= graphics/orthanc
|
|
|
|
|
|
|
|
MODULES += devel/cmake
|
|
|
|
|
|
|
|
MAINTAINER ?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
# Orthanc is GPLv3, some plugins are AGPLv3
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-08-09 14:40:30 +00:00
|
|
|
|
2017-08-11 19:56:58 +00:00
|
|
|
BUILD_DEPENDS += archivers/unzip
|
|
|
|
|
2017-08-09 14:40:30 +00:00
|
|
|
.if defined(PLUGIN)
|
|
|
|
DISTNAME ?= Orthanc${PLUGIN}-${VERSION}
|
|
|
|
PKGNAME ?= orthanc-plugin-${PLUGIN:L}-${VERSION}
|
|
|
|
|
2019-10-02 18:29:33 +00:00
|
|
|
HOMEPAGE ?= https://www.orthanc-server.com/static.php?page=plugin-${PLUGIN:L}
|
|
|
|
MASTER_SITES ?= https://www.orthanc-server.com/downloads/get.php\?path=/plugin-${PLUGIN:L}/
|
2017-08-09 15:35:51 +00:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
sed -i 's,share/orthanc/plugins,libexec/orthanc/plugins,g' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2017-08-09 14:40:30 +00:00
|
|
|
.endif
|