Lines 18-23
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
Link Here
|
18 |
|
18 |
|
19 |
USES= cmake cpe localbase:ldflags jpeg pathfix pkgconfig |
19 |
USES= cmake cpe localbase:ldflags jpeg pathfix pkgconfig |
20 |
|
20 |
|
|
|
21 |
# Clean up bundled libraries |
22 |
EXTRACT_AFTER_ARGS= --exclude thirdparty/astyle \ |
23 |
--exclude thirdparty/include \ |
24 |
--exclude thirdparty/liblcms2 \ |
25 |
--exclude thirdparty/libpng \ |
26 |
--exclude thirdparty/libtiff \ |
27 |
--exclude thirdparty/libz |
28 |
|
21 |
CMAKE_OFF= BUILD_DOC \ |
29 |
CMAKE_OFF= BUILD_DOC \ |
22 |
BUILD_JAVA \ |
30 |
BUILD_JAVA \ |
23 |
BUILD_JPIP \ |
31 |
BUILD_JPIP \ |
Lines 40-52
USE_GITHUB= yes
Link Here
|
40 |
|
48 |
|
41 |
CPE_VENDOR= uclouvain |
49 |
CPE_VENDOR= uclouvain |
42 |
|
50 |
|
43 |
post-patch: |
|
|
44 |
# Clean up bundled libraries |
45 |
@${RM} -r ${WRKSRC}/thirdparty/astyle/ |
46 |
@${RM} -r ${WRKSRC}/thirdparty/include/ |
47 |
@${RM} -r ${WRKSRC}/thirdparty/liblcms2/ |
48 |
@${RM} -r ${WRKSRC}/thirdparty/libpng/ |
49 |
@${RM} -r ${WRKSRC}/thirdparty/libtiff/ |
50 |
@${RM} -r ${WRKSRC}/thirdparty/libz/ |
51 |
|
52 |
.include <bsd.port.mk> |
51 |
.include <bsd.port.mk> |