27 lines
549 B
Makefile
Raw Normal View History

2012-01-17 15:34:50 +00:00
# $OpenBSD: Makefile,v 1.11 2012/01/17 15:34:50 ajacoutot Exp $
COMMENT= program that manages encrypted password databases
DISTNAME= pwsafe-0.2.0
2012-01-17 15:34:50 +00:00
REVISION= 3
CATEGORIES= security
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
#GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Xmu m X11 ncurses crypto c stdc++ SM readline ICE \
2010-07-30 14:01:52 +00:00
curses
MASTER_SITES= ${HOMEPAGE}releases/
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
2010-11-20 17:22:40 +00:00
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>