e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
581 B
Makefile
19 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/06/02 01:17:03 jschauma Exp $
|
|
|
|
DISTNAME= x11-ssh-askpass-1.0
|
|
PKGNAME= ${DISTNAME:S/^x11-//}
|
|
CATEGORIES= security x11
|
|
MASTER_SITES= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
|
|
COMMENT= X11-based passphrase dialog for OpenSSH
|
|
|
|
USE_X11BASE= # defined
|
|
USE_IMAKE= # defined
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|