rpe 665318a6a2 - 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@
2013-08-12 21:55:35 +00:00

33 lines
561 B
Makefile

# $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= 4
CATEGORIES= security
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
#GPL
PERMIT_PACKAGE_CDROM= Yes
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>