pkgsrc/security/rsaref/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.35 2006/03/04 21:30:38 jlam Exp $
#
DISTNAME= rsaref
PKGNAME= rsaref-2.0p3
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.spinnaker.com/crypt/rsaref/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Encryption/authentication library, RSA/MDX/DES
WRKSRC= ${WRKDIR}/install
CRYPTO= yes
LICENSE= rsaref-license
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
MAKEFILE= unix/makefile
BUILD_TARGET= librsaref.la
do-configure:
@${RM} -f ${WRKDIR}/source/rsaref && ${LN} -sf . ${WRKDIR}/source/rsaref
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib
${INSTALL_DATA_DIR} ${PREFIX}/include/rsaref
cd ${WRKSRC} && ${LIBTOOL} ${INSTALL_DATA} librsaref.la ${PREFIX}/lib
.for file in des.h global.h md2.h md5.h rsa.h rsaref.h
${INSTALL_DATA} ${WRKDIR}/source/${file} ${PREFIX}/include/rsaref/
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rsaref
cd ${WRKDIR}/doc && ${INSTALL_DATA} info.txt rsaref.txt ${PREFIX}/share/doc/rsaref/
.include "../../mk/bsd.pkg.mk"