1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/noweb/Makefile
Satoshi Asami e80af410e2 Various EXEC_DEPENDS fixes.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00

35 lines
942 B
Makefile

# New ports collection makefile for: noweb
# Version required: noweb-2.7a
# Date created: 29 July 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.1.1.1 1995/08/08 08:58:45 asami Exp $
#
DISTNAME= noweb-2.7a
CATEGORIES+= development documentation
KEYWORDS+= development documentation "literate programming"
MASTER_SITES= ftp://bellcore.com/pub/norman/
EXTRACT_SUFX= .tgz
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
RUN_DEPENDS= icont:${PORTSDIR}/lang/icon
WRKSRC= ${WRKDIR}/src
.if !defined(NOMANCOMPRESS)
post-install:
for i in nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \
do \
gzip -9nf ${PREFIX}/man/man1/$$i.1; \
done
@rm ${PREFIX}/man/man1/noweave.1*
@rm ${PREFIX}/man/man1/nountangle.1*
ln ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/noweave.1.gz
ln ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/nountangle.1.gz
.endif
.include <bsd.port.mk>