mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
29 lines
537 B
Makefile
29 lines
537 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= libb2
|
|
PORTVERSION= 0.98.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GH_ACCOUNT= BLAKE2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= include/blake2.h \
|
|
lib/libb2.a \
|
|
lib/libb2.so \
|
|
lib/libb2.so.1 \
|
|
lib/libb2.so.1.0.4 \
|
|
libdata/pkgconfig/libb2.pc
|
|
|
|
.include <bsd.port.mk>
|