Now that the idea patents are expired remove the MAKE_IDEA check and also

remove pkg-message which contained licensing information.

Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2013-04-17 09:34:05 +00:00
parent 5ce6920255
commit c444978d0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315955
2 changed files with 2 additions and 19 deletions

View file

@ -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 <bsd.port.options.mk>
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 <bsd.port.mk>

View file

@ -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
==========================================================================