Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= orthanc |
4 |
PORTNAME= orthanc |
5 |
PORTVERSION= 0.9.3 |
5 |
PORTVERSION= 0.9.4 |
6 |
CATEGORIES= science graphics net www |
6 |
CATEGORIES= science graphics net www |
7 |
MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ |
7 |
MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ |
8 |
http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose |
8 |
http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose |
Lines 38-44
CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \
Link Here
|
38 |
-DUSE_SYSTEM_MONGOOSE=OFF \ |
38 |
-DUSE_SYSTEM_MONGOOSE=OFF \ |
39 |
-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF |
39 |
-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF |
40 |
|
40 |
|
41 |
USES= cmake:outsource python:build lua:51 dos2unix |
41 |
USES= cmake:outsource dos2unix lua:51 python:build |
42 |
DOS2UNIX_FILES= CMakeLists.txt |
42 |
DOS2UNIX_FILES= CMakeLists.txt |
43 |
USE_LDCONFIG= yes |
43 |
USE_LDCONFIG= yes |
44 |
USE_OPENSSL= yes |
44 |
USE_OPENSSL= yes |
Lines 46-51
USE_RC_SUBR= orthanc
Link Here
|
46 |
WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION} |
46 |
WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION} |
47 |
USERS= orthanc |
47 |
USERS= orthanc |
48 |
GROUPS= orthanc |
48 |
GROUPS= orthanc |
|
|
49 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
49 |
|
50 |
|
50 |
# This is mongoose sources, downloaded from Orthanc author homepage. Orthanc |
51 |
# This is mongoose sources, downloaded from Orthanc author homepage. Orthanc |
51 |
# requires mongoose webserver, but after version 3.8, mongoose developers has |
52 |
# requires mongoose webserver, but after version 3.8, mongoose developers has |
Lines 81-87
post-install:
Link Here
|
81 |
.include <bsd.port.pre.mk> |
82 |
.include <bsd.port.pre.mk> |
82 |
|
83 |
|
83 |
.if ${OSVERSION} < 1001000 |
84 |
.if ${OSVERSION} < 1001000 |
84 |
IGNORE= supported only on 10.1 by upstream, not all unit tests are passed |
85 |
IGNORE= supported only on 10.x by upstream, not all unit tests are passed |
85 |
.endif |
86 |
.endif |
86 |
|
87 |
|
87 |
.if ${OSVERSION} > 1100000 |
88 |
.if ${OSVERSION} > 1100000 |