add openscad and co

This commit is contained in:
ziggi
2020-08-31 13:14:34 +00:00
parent 92978b60c5
commit 72b4e7591d
70 changed files with 32944 additions and 65 deletions

21
arch/libzip/Makefile Normal file
View 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>