22b898f0e9
ok alek@
26 lines
558 B
Makefile
26 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/20 13:42:08 mbalmer Exp $
|
|
|
|
COMMENT= "program that manages encrypted password databases"
|
|
DISTNAME= pwsafe-0.1.6
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://nsd.dyndns.org/pwsafe/
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
#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
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|