aboutsummaryrefslogtreecommitdiff
path: root/science/orthanc-postgresql/Makefile
blob: 1b6fb6de09af25107d5e74107b69bae8c448d4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: mp39590@gmail.com
# $FreeBSD$

PORTNAME=	orthanc-portgresql
PORTVERSION=	2.0
CATEGORIES=	science graphics
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/
DISTNAME=	OrthancPostgreSQL-${PORTVERSION}
DIST_SUBDIR=	orthanc

MAINTAINER=	mp39590@gmail.com
COMMENT=	PostgreSQL plugin for Orthanc

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	orthanc>=0.9.4:${PORTSDIR}/science/orthanc
LIB_DEPENDS=	libboost_system.so:${PORTSDIR}/devel/boost-libs \
		libjsoncpp.so:${PORTSDIR}/devel/jsoncpp

## UnitTests require running PostgreSQL server, so it's pointless to build/run them
CMAKE_ARGS=	-DBUILD_UNIT_TESTS=OFF

CXXFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

USES=		cmake:outsource pgsql python:build
WRKSRC=		${WRKDIR}/OrthancPostgreSQL-${PORTVERSION}

PLIST_FILES=	share/orthanc/plugins/libOrthancPostgreSQLIndex.so \
		share/orthanc/plugins/libOrthancPostgreSQLIndex.so.${PORTVERSION} \
		share/orthanc/plugins/libOrthancPostgreSQLStorage.so \
		share/orthanc/plugins/libOrthancPostgreSQLStorage.so.${PORTVERSION}

post-extract:
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake

.include <bsd.port.mk>