From 645b5b152fc8847d617028cf685da49328ef7e05 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 17 Apr 2013 09:34:05 +0000 Subject: Now that the idea patents are expired remove the MAKE_IDEA check and also remove pkg-message which contained licensing information. Feature safe: yes --- security/idea/Makefile | 10 ++-------- security/idea/pkg-message | 11 ----------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 security/idea/pkg-message (limited to 'security/idea') diff --git a/security/idea/Makefile b/security/idea/Makefile index 2867a5eef7d2..117294c4c53d 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -20,16 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MANL= idea.l MANCOMPRESSED= no -.if !defined(MAKE_IDEA) || ${MAKE_IDEA} == "no" || ${MAKE_IDEA} == "NO" -IGNORE= you chose not to use idea related code -.endif - OPTIONS_DEFINE= DOCS .include do-build: - ${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME} + ${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} \ + -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${PREFIX}/man/manl @@ -42,7 +39,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt ${DOCSDIR} .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include diff --git a/security/idea/pkg-message b/security/idea/pkg-message deleted file mode 100644 index 73ef78ae5e65..000000000000 --- a/security/idea/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -========================================================================== - -IDEA is registered as the international patent WO 91/18459 "Device for -Converting a Digital Block and the Use thereof". For commercial use of -IDEA, one should contact - -ASCOM TECH AG -Freiburgstrasse 370 -CH-3018 Bern, Switzerland - -========================================================================== -- cgit