freebsd-ports/vietnamese/vnroff/Makefile
David E. O'Brien 0f89dd0749 Update the manpage to note this now adhears to Vietnamese Standard Code for
Information Interchange (VISCII version 1.1, 1992) and fix some operational
nits that have been bothering me -- such as the "Dd" processing.
2000-05-20 19:02:30 +00:00

40 lines
908 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ex:ts=8
# Ports collection makefile for: vnTeX
# Date created: Monday, Dec 9, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
PORTNAME= vnroff
PORTVERSION= 2.1
CATEGORIES= vietnamese print
MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Troff/
DISTFILES= vnroff.c.Z vnroff.1.Z
DISTNAME= ${PORTNAME}-2.0
MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
MAN1= vnroff.1
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${GZCAT} ${DISTDIR}/vnroff.c.Z \
| ${SED} -e '1,/-cut here-/d' \
> vnroff.c)
@(cd ${WRKDIR} && ${GZCAT} ${DISTDIR}/vnroff.1.Z \
| ${SED} -e '1,/Status:/d' -e '//,//d' \
| ${SED} -e '1,1d' \
> vnroff.1)
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o vnroff vnroff.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnroff ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/vnroff.1 ${PREFIX}/man/man1
.include <bsd.port.mk>