mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
add openscad and co
This commit is contained in:
21
arch/libzip/Makefile
Normal file
21
arch/libzip/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
||||
# $FreeBSD: head/archivers/libzip/Makefile 495897 2019-03-16 15:59:26Z rakuco $
|
||||
|
||||
PORTNAME= libzip
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= archivers devel
|
||||
MASTER_SITES= https://libzip.org/download/
|
||||
|
||||
MAINTAINER= rakuco@FreeBSD.org
|
||||
COMMENT= C library for reading, creating, and modifying ZIP archives
|
||||
|
||||
CPE_VENDOR= nih
|
||||
|
||||
USES= cmake cpe perl5 ssl tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= test
|
||||
TEST_TARGET= test
|
||||
|
||||
CMAKE_OFF= ENABLE_COMMONCRYPTO ENABLE_GNUTLS ENABLE_MBEDTLS
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user