26 lines
686 B
PHP
Raw Normal View History

# $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
PERMIT_PACKAGE = Yes
2017-08-09 14:40:30 +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}
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