diff options
| author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-25 13:04:56 +0000 |
|---|---|---|
| committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-25 13:04:56 +0000 |
| commit | 5282cf001de18d7f2814c68ff0baa4e2fcf74479 (patch) | |
| tree | c1012d713636087149debcb4a1774e689d37c651 /security/libidea/Makefile | |
| parent | 33e059c87ec6c39e86e6adecdd5ed6dd3f5a8c50 (diff) | |
Notes
Diffstat (limited to 'security/libidea/Makefile')
| -rw-r--r-- | security/libidea/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile new file mode 100644 index 000000000000..45f858ebd079 --- /dev/null +++ b/security/libidea/Makefile @@ -0,0 +1,29 @@ +# 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= jim@corebsd.or.id +COMMENT= IDEA block cipher library + +RESTRICTED= "Crypto; export-controlled" + +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> |
