diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
commit | 934221cca7ea9d0a328d996e66f3c8179cf06eeb (patch) | |
tree | ab05df3301e64dd79f9e5d5558253430a8570d8c /security/libidea/Makefile | |
parent | 928f8cb0651c42de0e449ea6206d2bbe15d71a0c (diff) | |
download | ports-934221cca7ea9d0a328d996e66f3c8179cf06eeb.tar.gz ports-934221cca7ea9d0a328d996e66f3c8179cf06eeb.zip |
Notes
Diffstat (limited to 'security/libidea/Makefile')
-rw-r--r-- | security/libidea/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile deleted file mode 100644 index e8bfb2f774bc..000000000000 --- a/security/libidea/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libidea -# Date created: Sep 30, 2002 -# Whom: Jim Geovedi <jim@corebsd.or.id> -# -# $FreeBSD$ -# - -PORTNAME= libidea -PORTVERSION= 0.8.2b -CATEGORIES= security -MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \ - ftp://ftp.psy.uq.oz.au/pub/Crypto/libeay/ \ - ftp://ftp.ntnu.no/pub/unix/security/ \ - ftp://ftp.sunsite.org.uk/Mirrors/ftp.psy.uq.oz.au/pub/Crypto/libeay/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IDEA block cipher library - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -RESTRICTED= "Crypto; IDEA is a patented algorithm that requires proper licensing" - -WRKSRC= ${WRKDIR}/idea - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ideatest ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/idea_spd ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libidea.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/idea.h ${PREFIX}/include - -.include <bsd.port.mk> |