1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/noweb/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: noweb
# Date created: 29 July 1995
# Whom: Thomas Gellekum <tg@freebsd.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= noweb
2002-04-04 11:35:24 +00:00
PORTVERSION= 2.10a
CATEGORIES= devel
2002-04-04 11:35:24 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= tg
MAINTAINER= tg@FreeBSD.org
COMMENT= A simple, extensible literate-programming tool
BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon
WRKSRC= ${WRKDIR}/src
INSTALL_TARGET= install-code install-man install-elisp
MAN1= cpif.1 htmltoc.1 nodefs.1 noindex.1 noroff.1 noroots.1 \
notangle.1 noweb.1 nuweb2noweb.1 sl2h.1
MAN7= nowebfilters.7 nowebstyle.7
1998-09-19 02:29:22 +00:00
MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1
NOWEBTEXDIR= ${PREFIX}/share/texmf-local/tex/plain/noweb
NOWEBLATEXDIR= ${PREFIX}/share/texmf-local/tex/latex/noweb
post-patch:
@${TOUCH} ${WRKSRC}/c/modules.[ch]
post-build:
2002-04-04 11:35:24 +00:00
@(cd ${WRKSRC} && ${SH} ${WRKSRC}/awkname awk)
post-install:
@${MKDIR} ${NOWEBTEXDIR}
${INSTALL_DATA} ${WRKSRC}/tex/nwmac.tex ${NOWEBTEXDIR}
@${MKDIR} ${NOWEBLATEXDIR}
${INSTALL_DATA} ${WRKSRC}/tex/noweb.sty ${NOWEBLATEXDIR}
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>