blob: 698029dd0b2017c7500fc1ac67990f17475ec8ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
PORTNAME= pam_ocra
DISTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= sg2342@googlemail.com
COMMENT= RFC6287 (OCRA) PAM module
WWW= https://github.com/sg2342/pam_ocra
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= sg2342
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
PLIST_FILES= lib/pam_ocra.so \
lib/pam_ocra.so.0 \
sbin/ocra_tool \
share/man/man8/pam_ocra.8.gz \
share/man/man8/ocra_tool.8.gz
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=cast-align
.endif
.include <bsd.port.mk>
|