ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
23 lines
612 B
Makefile
23 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/01/18 05:09:42 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= sign-1.0.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://swapped.cc/sign/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://swapped.cc/sign/
|
|
COMMENT= File signing and signature verification utility
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/sign ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/sign.1 ${PREFIX}/${PKGMANDIR}/man1
|
|
${LN} -sf ${PREFIX}/bin/sign ${PREFIX}/bin/unsign
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|