forked from Lainports/freebsd-ports
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
31 lines
515 B
Makefile
31 lines
515 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tlsdate
|
|
PORTVERSION= 0.0.13
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Secure parasitic rdate replacement
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= autoreconf libtool pkgconfig ssl
|
|
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
PLIST_SUB= PKGNAME=${PKGNAME}
|
|
PORTDOCS= *
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ioerror
|
|
|
|
.include <bsd.port.mk>
|