- add no_x11 FLAVOR so it's usable on hosts with no X sets installed

- be a bit more verbose in updated DESCR
- bump REVISION

'Sure, why not' aja@, sthen@
This commit is contained in:
rpe 2013-08-12 21:55:35 +00:00
parent ca94ff9dbe
commit 665318a6a2
3 changed files with 24 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:41:27 espie Exp $
# $OpenBSD: Makefile,v 1.13 2013/08/12 21:55:35 rpe Exp $
COMMENT= program that manages encrypted password databases
DISTNAME= pwsafe-0.2.0
REVISION= 3
REVISION= 4
CATEGORIES= security
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
@ -10,14 +10,23 @@ HOMEPAGE= http://nsd.dyndns.org/pwsafe/
#GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= Xmu m X11 ncurses crypto c stdc++ SM readline ICE \
curses
WANTLIB= m ncurses crypto c stdc++ readline curses
MASTER_SITES= ${HOMEPAGE}releases/
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
USE_GROFF = Yes
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
WANTLIB+= Xmu X11 SM ICE
.endif
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1 +1,9 @@
pwsafe is a commandline tool compatible with Counterpane's Passwordsafe.
pwsafe is a commandline password database utility compatible with
Counterpane's Passwordsafe 1.9.x and 2.0.
It can automatically copy passwords to the X clipboard (without
printing on-screen) and wipes it immediately when it's been pasted
into another program.
Flavors:
no_x11 - build without X11 support.

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/20 13:42:08 mbalmer Exp $
bin/pwsafe
@comment $OpenBSD: PLIST,v 1.2 2013/08/12 21:55:35 rpe Exp $
@bin bin/pwsafe
@man man/man1/pwsafe.1