1995-08-08 08:58:46 +00:00
|
|
|
# New ports collection makefile for: noweb
|
1997-06-20 06:54:05 +00:00
|
|
|
# Version required: noweb-2.8
|
1995-08-08 08:58:46 +00:00
|
|
|
# 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
|
|
|
#
|
1997-06-20 06:54:05 +00:00
|
|
|
# $Id: Makefile,v 1.8 1996/11/20 03:01:20 asami Exp $
|
1995-08-08 08:58:46 +00:00
|
|
|
#
|
|
|
|
|
1997-06-20 06:54:05 +00:00
|
|
|
DISTNAME= noweb-2.8
|
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
|
|
|
|
|
1997-06-20 06:54:05 +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 \
|
|
|
|
nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1
|
|
|
|
MAN7= nowebstyle.7 nowebfilters.7
|
1995-08-08 08:58:46 +00:00
|
|
|
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
post-install:
|
|
|
|
@rm ${PREFIX}/man/man1/noweave.1*
|
|
|
|
@rm ${PREFIX}/man/man1/nountangle.1*
|
1996-11-20 03:01:20 +00:00
|
|
|
ln -sf ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/noweave.1.gz
|
|
|
|
ln -sf ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/nountangle.1.gz
|
1995-08-08 08:58:46 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|