Tweak security/pks version 0.9.6.20040312_1
[dports.git] / security / pam_ocra / Makefile
1 # Created by: Stefan Grundmann
2 # $FreeBSD$
3
4 PORTNAME=       pam_ocra
5 PORTVERSION=    1.2
6 CATEGORIES=     security
7
8 MAINTAINER=     sg2342@googlemail.com
9 COMMENT=        RFC6287 (OCRA) PAM module
10
11 LICENSE=        BSD2CLAUSE
12
13 USES=           uidfix
14 USE_OPENSSL=    yes
15
16 USE_GITHUB=     yes
17
18 GH_ACCOUNT=     sg2342
19
20 PLIST_FILES=    lib/pam_ocra.so \
21                 lib/pam_ocra.so.0 \
22                 sbin/ocra_tool \
23                 man/man8/pam_ocra.8.gz \
24                 man/man8/ocra_tool.8.gz
25
26 .include <bsd.port.options.mk>
27
28 .if ${OSVERSION} < 1000015
29 WITH_OPENSSL_PORT=      yes
30 CFLAGS+=        -I${OPENSSLINC}
31 LDFLAGS+=       -L${OPENSSLLIB}
32 .endif
33
34 .include <bsd.port.mk>