2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:41:27 espie Exp $
|
2005-02-20 08:42:08 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= program that manages encrypted password databases
|
2005-10-20 05:02:52 -04:00
|
|
|
DISTNAME= pwsafe-0.2.0
|
2012-01-17 10:34:50 -05:00
|
|
|
REVISION= 3
|
2005-02-20 08:42:08 -05:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
|
|
|
|
|
|
|
|
#GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2005-10-20 05:02:52 -04:00
|
|
|
WANTLIB= Xmu m X11 ncurses crypto c stdc++ SM readline ICE \
|
2010-07-30 10:01:52 -04:00
|
|
|
curses
|
2005-02-20 08:42:08 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GMAKE= Yes
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2005-02-20 08:42:08 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|