1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/noweb/Makefile

29 lines
672 B
Makefile
Raw Normal View History

# New ports collection makefile for: noweb
1999-05-19 10:49:06 +00:00
# Version required: noweb-2.9a
# Date created: 29 July 1995
# Whom: Thomas Gellekum <tg@freebsd.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
1999-05-19 10:49:06 +00:00
DISTNAME= noweb-2.9a
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX= .tgz
MAINTAINER= tg@FreeBSD.org
BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon
WRKSRC= ${WRKDIR}/src
MAN1= cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \
nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1
MAN7= nowebstyle.7 nowebfilters.7
1998-09-19 02:29:22 +00:00
MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1
post-build:
@(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
.include <bsd.port.mk>