| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/archivers/snappy/ |
Upload File : |
PORTNAME= snappy
PORTVERSION= 1.1.9
PORTREVISION= 1
CATEGORIES= archivers
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Fast compressor/decompressor library
WWW= https://google.github.io/snappy/
LICENSE= BSD3CLAUSE
USES= cmake compiler:c++11-lang cpe
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= SNAPPY_BUILD_TESTS SNAPPY_BUILD_BENCHMARKS
CMAKE_BUILD_TYPE= Release
CPE_VENDOR= google
USE_GITHUB= yes
GH_ACCOUNT= google
PLIST_SUB+= PORTVERSION=${PORTVERSION}
SUB_FILES+= snappy.pc
SUB_LIST+= PORTVERSION=${PORTVERSION}
post-install:
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.${PORTVERSION}
${INSTALL_DATA} ${WRKDIR}/snappy.pc ${STAGEDIR}${LOCALBASE}/libdata/pkgconfig
.include <bsd.port.mk>