Install bin/icon, the Icon `interpreter', and its manpage.

This commit is contained in:
Anton Berezin 2006-12-19 20:16:01 +00:00
parent f20f76397d
commit ddf5dfe23a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180189
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= icon
PORTVERSION= 9.4.3
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/
DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//g}src
@ -17,7 +18,7 @@ COMMENT= The Icon programming language
ALL_TARGET= All
MAN1= icont.1
MAN1= icon.1 icont.1
ARCH_NAME= bsd
ICONDIR= ${PREFIX}/lib/${PORTNAME}
@ -51,6 +52,7 @@ do-configure:
${MAKEFILE} ${MAKE_ARGS} ${CONFIG_CMD} name=${ARCH_NAME})
do-install:
${INSTALL_MAN} ${WRKSRC}/man/man1/icon.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/man1/icont.1 ${MANPREFIX}/man/man1
@${MKDIR} ${ICONDIR}/bin
.for file in ${BINS}
@ -59,6 +61,7 @@ do-install:
.for file in icont iconx
@${LN} -sf ${ICONDIR}/bin/${file} ${PREFIX}/bin/${file}
.endfor
@${LN} -sf ${ICONDIR}/bin/icont ${PREFIX}/bin/icon
@${MKDIR} ${ICONDIR}/lib
cd ${WRKSRC}/lib; ${INSTALL_DATA} *.* ${ICONDIR}/lib
.if !defined(WITHOUT_X11)

View File

@ -4,6 +4,8 @@
lib/icon/bin/icont
@exec ln -sf %B/%f %D/bin/%f
@unexec rm -f %D/bin/%f
@exec ln -sf %B/%f %D/bin/icon
@unexec rm -f %D/bin/icon
lib/icon/bin/iconx
@exec ln -sf %B/%f %D/bin/%f
@unexec rm -f %D/bin/%f