1998-08-30 02:32:23 +00:00
|
|
|
# New ports collection makefile for: nfbtrans
|
|
|
|
# Date created: 30 Aug 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.org>
|
1998-08-30 02:32:23 +00:00
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-08-30 02:32:23 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= nfbtrans
|
|
|
|
PORTVERSION= 7.55
|
1998-08-30 02:32:23 +00:00
|
|
|
CATEGORIES= textproc
|
2000-02-18 06:53:12 +00:00
|
|
|
MASTER_SITES= ftp://nfb.org/braille/nfbtrans/
|
2000-04-09 21:54:47 +00:00
|
|
|
DISTNAME= nfbtr755
|
2000-02-18 06:53:12 +00:00
|
|
|
EXTRACT_SUFX= .exe
|
1998-08-30 02:32:23 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= max@FreeBSD.org
|
1998-08-30 02:32:23 +00:00
|
|
|
|
|
|
|
RESTRICTED= "Unclear copyright status"
|
1999-09-07 21:33:38 +00:00
|
|
|
|
2000-02-18 06:53:12 +00:00
|
|
|
USE_ZIP= yes
|
1999-02-03 11:12:01 +00:00
|
|
|
EXTRACT_BEFORE_ARGS= -q -a -L -o
|
2000-02-18 06:53:12 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
MAKEFILE= makefile
|
1998-08-30 02:32:23 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/lib/nfbtrans/tables
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nfbtrans ${PREFIX}/bin
|
2000-02-18 06:53:12 +00:00
|
|
|
.for f in braille.tab back.tab english.dic nfbtrans.cnf menu.cnf
|
1998-08-30 02:32:23 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/lib/nfbtrans
|
|
|
|
.endfor
|
|
|
|
@unzip -q -L -a -o ${WRKSRC}/tables.zip -d ${PREFIX}/lib/nfbtrans/tables
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${ECHO} '~0 ~-pw=80 ~-ls=99 ~-pl=56 ~-if=12 ~-fc=. ~o5 ~p- ~-ip=0 ~-oc=1' \
|
|
|
|
| ${CAT} - ${WRKSRC}/nfbtrans.fmt > ${WRKSRC}/nfbprint.fmt
|
|
|
|
@${WRKSRC}/nfbtrans st=${WRKSRC}/stat.txt qm=1 ob=oc=15 \
|
|
|
|
${WRKSRC}/nfbprint.fmt > ${WRKSRC}/nfbtrans.doc
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/nfbtrans
|
2000-02-18 06:53:12 +00:00
|
|
|
.for f in read.me nfbtrans.doc nfbtrans.fmt tvfreqs.fmt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/nfbtrans
|
|
|
|
.endfor
|
1998-08-30 02:32:23 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|