mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a9425224f1
PR: 216777 Approved by: mm (maintainer)
31 lines
514 B
Makefile
31 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tlsdate
|
|
PORTVERSION= 0.0.13
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Secure parasitic rdate replacement
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
USES= autoreconf libtool pkgconfig ssl
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
|
|
PLIST_SUB= PKGNAME=${PKGNAME}
|
|
PORTDOCS= *
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ioerror
|
|
|
|
.include <bsd.port.mk>
|