Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144456828
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/devel/libunicode-contour/Makefile b/devel/libunicode-contour/Makefile
index 37c6babaa37f..af897488006c 100644
--- a/devel/libunicode-contour/Makefile
+++ b/devel/libunicode-contour/Makefile
@@ -1,49 +1,49 @@
PORTNAME= libunicode
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
CATEGORIES= devel
PKGNAMESUFFIX= -contour
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Modern C++20 Unicode library
WWW= https://github.com/contour-terminal/libunicode
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/share/pkgconfig/catch2-with-main.pc:devel/catch2 \
UCD>=17.0.0,1:textproc/UCD
-USES= cmake:testing
+USES= cmake:testing python:build
USE_GITHUB= yes
GH_ACCOUNT= contour-terminal
USE_LDCONFIG= ${PREFIX}/lib/contour
CMAKE_ARGS= -DLIBUNICODE_UCD_DIR:STRING=${LOCALBASE}/share/unicode/ucd \
${CMAKE_ARGS_${ARCH}}
CMAKE_ARGS_powerpc64= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2
CMAKE_ARGS_powerpc64le= -DLIBUNICODE_SIMD_IMPLEMENTATION:STRING=sse2
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -D__SSE2__ -mvsx
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS -D__SSE2__
REINPLACE_ARGS= -i ''
PLIST_SUB= SOVERSION_FULL=${DISTVERSION} \
SOVERSION_MAJOR_MINOR=${DISTVERSION:R}
PORTDOCS= README.md TODO.md
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/contour
${MV} ${STAGEDIR}${PREFIX}/lib/*.* ${STAGEDIR}${PREFIX}/lib/contour
${REINPLACE_CMD} -e 's|$${_IMPORT_PREFIX}/lib/|$${_IMPORT_PREFIX}/lib/contour/|' \
${STAGEDIR}${PREFIX}/lib/cmake/libunicode/libunicode-targets-${CMAKE_BUILD_TYPE:tl}.cmake
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Mar 29, 1:05 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28218274
Default Alt Text
(1 KB)
Attached To
Mode
R11 FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment