1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/nfbtrans/Makefile
David E. O'Brien ceac675354 Mark BROKEN due to fetch failure.
nfb7507.zip is the latest on the FTP site.
1998-12-01 09:32:32 +00:00

47 lines
1.4 KiB
Makefile

# New ports collection makefile for: nfbtrans
# Version required: 7.50.2
# Date created: 30 Aug 1998
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1998/08/30 02:32:23 max Exp $
#
DISTNAME= nfbtr750
PKGNAME= nfbtrans-7.50.2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.netcom.com/pub/in/inge/
EXTRACT_SUFX= .zip
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} nfb7502.zip
MAINTAINER= max@FreeBSD.ORG
BROKEN="fetch, nfb7507 is the latest"
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RESTRICTED= "Unclear copyright status"
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q -a -L -o
NO_WRKSUBDIR= yes
ALL_TARGET= freebsd
MAKEFILE= makefile
do-install:
${MKDIR} ${PREFIX}/lib/nfbtrans/tables
${INSTALL_PROGRAM} ${WRKSRC}/nfbtrans ${PREFIX}/bin
.for f in braille.tab back.tab english.dic nfbtrans.cnf
${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
${INSTALL_DATA} ${WRKSRC}/nfbtrans.doc ${PREFIX}/share/doc/nfbtrans
${INSTALL_DATA} ${WRKSRC}/nfbtrans.fmt ${PREFIX}/share/doc/nfbtrans
.endif
.include <bsd.port.mk>