pkgsrc/security/sign/Makefile

24 lines
594 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:38 jlam Exp $
#
DISTNAME= sign-1.0.4
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://swapped.cc/sign/files/
MAINTAINER= pkgsrc-users@NetBSD.org
2004-05-16 02:10:23 +02:00
HOMEPAGE= http://swapped.cc/sign/
COMMENT= File signing and signature verification utility
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sign ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/sign.1 ${PREFIX}/man/man1
${LN} -sf ${PREFIX}/bin/sign ${PREFIX}/bin/unsign
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"