mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
31 lines
485 B
Makefile
31 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tlsdate
|
|
PORTVERSION= 0.0.13
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
PORTDOCS= *
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ioerror
|
|
|
|
.include <bsd.port.mk>
|