summaryrefslogtreecommitdiff
path: root/devel/noweb/Makefile
blob: 4db201d85fae151a9ffa52991a2987f3925a72cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	noweb
# Version required:	noweb-2.8a
# Date created:		29 July 1995
# Whom:			Thomas Gellekum <tg@freebsd.org>
#
# $NetBSD: Makefile,v 1.5 1998/02/24 12:27:00 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp
#

DISTNAME=	noweb-2.8a
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX=	.tgz
ONLY_FOR_ARCHS=	i386

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 \
		nountangle.1 noweave.1
MAN7=		nowebstyle.7 nowebfilters.7

.include <bsd.port.mk>