Lines 1-8
Link Here
|
1 |
# Created by: Daniel Johansson <donnex@donnex.net> |
1 |
# Created by: Daniel Johansson <donnex@donnex.net> |
2 |
|
2 |
|
3 |
PORTNAME= pwsafe |
3 |
PORTNAME= pwsafe |
4 |
DISTVERSION= 0.2.0-155 |
4 |
DISTVERSION= 0.2.2beta-196 |
5 |
DISTVERSIONSUFFIX= -g1dbcfd0 |
5 |
DISTVERSIONSUFFIX= -g4bf61c5 |
6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
7 |
|
7 |
|
8 |
MAINTAINER= m.ne@gmx.net |
8 |
MAINTAINER= m.ne@gmx.net |
Lines 10-31
COMMENT= Command-line encrypted password database manager
Link Here
|
10 |
|
10 |
|
11 |
LICENSE= GPLv2+ |
11 |
LICENSE= GPLv2+ |
12 |
|
12 |
|
|
|
13 |
FLAVORS= x11 nox11 |
14 |
FLAVOR?= ${FLAVORS:[1]} |
15 |
nox11_PKGNAMESUFFIX= -nox11 |
16 |
|
13 |
USES= autoreconf gmake ncurses readline ssl |
17 |
USES= autoreconf gmake ncurses readline ssl |
14 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
15 |
CONFIGURE_ENV= ac_cv_header_curses_h=yes |
19 |
CONFIGURE_ENV= ac_cv_header_curses_h=yes |
16 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= nsd20463 |
21 |
GH_ACCOUNT= nsd20463 |
18 |
GH_TAGNAME= 1dbcfd0 |
22 |
GH_TAGNAME= 4bf61c5 |
19 |
|
23 |
|
20 |
PLIST_FILES= bin/pwsafe \ |
24 |
PLIST_FILES= bin/pwsafe \ |
21 |
man/man1/pwsafe.1.gz |
25 |
man/man1/pwsafe.1.gz |
22 |
|
26 |
|
23 |
OPTIONS_DEFINE= SETUID X11 |
27 |
OPTIONS_DEFINE= SETUID |
24 |
SETUID_DESC= Install setuid pwsafe binary |
28 |
SETUID_DESC= Install setuid pwsafe binary |
25 |
|
29 |
|
26 |
X11_USES= xorg |
30 |
.if ${FLAVOR} == "x11" |
27 |
X11_USE= XORG=ice,sm,x11,xmu |
31 |
USES+= xorg |
28 |
X11_CONFIGURE_OFF= --without-x |
32 |
USE_XORG= ice sm x11 xmu |
|
|
33 |
.elif ${FLAVOR} == "nox11" |
34 |
CONFIGURE_ARGS+= --without-x |
35 |
.endif |
29 |
|
36 |
|
30 |
do-install: |
37 |
do-install: |
31 |
${INSTALL_PROGRAM} ${WRKSRC}/pwsafe ${STAGEDIR}${PREFIX}/bin |
38 |
${INSTALL_PROGRAM} ${WRKSRC}/pwsafe ${STAGEDIR}${PREFIX}/bin |