1995-08-08 04:58:46 -04:00
|
|
|
# New ports collection makefile for: noweb
|
1997-09-15 03:22:10 -04:00
|
|
|
# Version required: noweb-2.8a
|
1995-08-08 04:58:46 -04:00
|
|
|
# Date created: 29 July 1995
|
1997-06-20 02:54:05 -04:00
|
|
|
# Whom: Thomas Gellekum <tg@freebsd.org>
|
1995-08-08 04:58:46 -04:00
|
|
|
#
|
1998-06-04 17:41:37 -04:00
|
|
|
# $Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp $
|
1995-08-08 04:58:46 -04:00
|
|
|
#
|
|
|
|
|
1997-09-15 03:22:10 -04:00
|
|
|
DISTNAME= noweb-2.8a
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= devel
|
1997-06-20 02:54:05 -04:00
|
|
|
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
|
1995-08-08 04:58:46 -04:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
1997-06-20 02:54:05 -04:00
|
|
|
MAINTAINER= tg@freebsd.org
|
1995-08-08 04:58:46 -04:00
|
|
|
|
1995-10-11 05:45:29 -04:00
|
|
|
BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
|
|
|
|
RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon
|
1995-08-08 04:58:46 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/src
|
1997-06-20 02:54:05 -04: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 04:58:46 -04:00
|
|
|
|
1998-06-04 17:41:37 -04:00
|
|
|
post-build:
|
|
|
|
@(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
|
|
|
|
|
1995-08-08 04:58:46 -04:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
post-install:
|
|
|
|
@rm ${PREFIX}/man/man1/noweave.1*
|
|
|
|
@rm ${PREFIX}/man/man1/nountangle.1*
|
1996-11-19 22:01:20 -05: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 04:58:46 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|