1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/makeindex/Makefile

33 lines
802 B
Makefile
Raw Normal View History

1995-04-15 04:34:11 +00:00
# New ports collection makefile for: makeindex
# Version required: 3.0.8
# Date created: 12 October 1994
# Whom: jmz
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1995-04-15 04:34:11 +00:00
#
DISTNAME= makeindex-3.0.8
CATEGORIES= print
1995-04-19 19:42:24 +00:00
MASTER_SITES= ftp://ftp.th-darmstadt.de/pub/tex/src/makeindex/BETA/
EXTRACT_SUFX= .tar.Z
1995-04-15 04:34:11 +00:00
1995-04-11 02:02:17 +00:00
MAINTAINER= jmz@FreeBSD.org
WRKSRC= ${WRKDIR}/makeindex
MAN1= makeindex.1
do-build:
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make)
do-install:
@${MKDIR} ${PREFIX}/share/texmf/makeindx
@(cd ${WRKSRC}/src-3.0/regexp; make)
@(cd ${WRKSRC}/src-3.0; make install)
@(cd ${WRKSRC}/doc; \
1999-08-28 02:17:34 +00:00
${SED} -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \
<makeindex.l >makeindex.1; \
${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)
.include <bsd.port.mk>