freebsd-ports/security/stud/Makefile
Baptiste Daroussin 94b583fdd0 Remove bad usage of MANDIRS
What was intended in the begining is not needed anymore anyway,
so let upstream Makefile install manpage in ${PREFIX}/share/man
2020-01-15 21:04:47 +00:00

36 lines
673 B
Makefile

# Created by: Franz Bettag <franz@bett.ag>
# $FreeBSD$
PORTNAME= stud
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= franz@bett.ag
COMMENT= Scalable TLS Unwrapping Daemon
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libev.so:devel/libev
USES= gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= wasted
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/stud \
share/man/man8/stud.8.gz
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_ctx_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_ctx_st'
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.post.mk>