1995-08-08 08:58:46 +00:00
|
|
|
# New ports collection makefile for: noweb
|
|
|
|
# Date created: 29 July 1995
|
1997-06-20 06:54:05 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@freebsd.org>
|
1995-08-08 08:58:46 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-08-08 08:58:46 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= noweb
|
|
|
|
PORTVERSION= 2.9a
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= devel
|
1997-06-20 06:54:05 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
|
1995-08-08 08:58:46 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= tg@FreeBSD.org
|
1995-08-08 08:58:46 +00:00
|
|
|
|
1995-10-11 09:45:29 +00:00
|
|
|
BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
|
|
|
|
RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon
|
1995-08-08 08:58:46 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/src
|
1997-06-20 06:54:05 +00:00
|
|
|
MAN1= cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \
|
2000-06-07 08:22:54 +00:00
|
|
|
noroff.1 nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1
|
1997-06-20 06:54:05 +00:00
|
|
|
MAN7= nowebstyle.7 nowebfilters.7
|
1998-09-19 02:29:22 +00:00
|
|
|
MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1
|
1995-08-08 08:58:46 +00:00
|
|
|
|
1998-06-04 21:41:37 +00:00
|
|
|
post-build:
|
|
|
|
@(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
|
|
|
|
|
1995-08-08 08:58:46 +00:00
|
|
|
.include <bsd.port.mk>
|