pkgsrc/security/libidea/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

32 lines
968 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:34 jlam Exp $
#
DISTNAME= libidea-0.8.2b
CATEGORIES= security
MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
ftp://ftp.ntnu.no/pub/unix/security/ \
ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.media-crypt.com/pages/fidea.html
COMMENT= IDEA block cipher library
WRKSRC= ${WRKDIR}/idea
CRYPTO= YES
LICENCE= idea-license
RESTRICTED= IDEA is a patented algorithm that requires proper licensing
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
INSTALLATION_DIRS= bin include lib
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} libidea.a ${PREFIX}/lib && \
${INSTALL_DATA} idea.h ${PREFIX}/include && \
${INSTALL_PROGRAM} ideatest idea_spd ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"