Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= pam_google_authenticator |
4 |
PORTNAME= pam_google_authenticator |
5 |
PORTVERSION= 20140826 |
5 |
PORTVERSION= 20140826 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= security |
7 |
CATEGORIES= security |
7 |
MASTER_SITES= LOCAL/riggs/google-authenticator |
8 |
MASTER_SITES= LOCAL/riggs/google-authenticator |
8 |
DISTNAME= google-authenticator-${PORTVERSION} |
9 |
DISTNAME= google-authenticator-${PORTVERSION} |
Lines 12-21
Link Here
|
12 |
|
13 |
|
13 |
LICENSE= APACHE20 |
14 |
LICENSE= APACHE20 |
14 |
|
15 |
|
|
|
16 |
OPTIONS_DEFINE= STEPSIZE |
17 |
STEPSIZE_DESC= Allow time steps other than the default of 30 seconds |
18 |
STEPSIZE_CFLAGS= -DSTEPSIZE |
19 |
|
15 |
USES= gmake |
20 |
USES= gmake |
16 |
|
21 |
|
17 |
PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so |
22 |
PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so |
18 |
|
23 |
|
|
|
24 |
.include <bsd.port.options.mk> |
25 |
|
19 |
do-install: |
26 |
do-install: |
20 |
${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator \ |
27 |
${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator \ |
21 |
${STAGEDIR}${PREFIX}/bin/google-authenticator |
28 |
${STAGEDIR}${PREFIX}/bin/google-authenticator |