- Fix MASTER_SITES
- Support CFLAGS properly PR: 160138 Submitted by: Ports Fury
This commit is contained in:
parent
846ba4a247
commit
d5c75d77b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280471
1 changed files with 14 additions and 11 deletions
|
@ -7,31 +7,34 @@
|
|||
|
||||
PORTNAME= makeindex
|
||||
PORTVERSION= 3.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
||||
http://mirror2.unixfreunde.de/
|
||||
MASTER_SITES= http://ftp.linux.cz/pub/tex/local/indexing/makeindex3/ \
|
||||
http://ftp.cstug.cz/pub/tex/local/indexing/makeindex3/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A general purpose, formatter-independent index processor
|
||||
|
||||
DEPRECATED= No more public distfiles
|
||||
EXPIRATION_DATE= 2011-09-01
|
||||
CONFLICTS= teTeX-base-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/makeindex
|
||||
MAN1= makeindex.1
|
||||
|
||||
post-patch:
|
||||
@(cd ${WRKSRC}/doc; \
|
||||
${SED} -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \
|
||||
<makeindex.l >makeindex.1)
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}/src-3.0/regexp; make)
|
||||
@(cd ${WRKSRC}/src-3.0; make)
|
||||
@(cd ${WRKSRC}/src-3.0/regexp; ${MAKE} OPT="${CFLAGS}")
|
||||
@(cd ${WRKSRC}/src-3.0; ${MAKE} OPT="${CFLAGS}")
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/texmf/makeindx
|
||||
@(cd ${WRKSRC}/src-3.0/regexp; make)
|
||||
@(cd ${WRKSRC}/src-3.0; make install)
|
||||
@(cd ${WRKSRC}/src-3.0/regexp; ${MAKE})
|
||||
@(cd ${WRKSRC}/src-3.0; ${MAKE} install)
|
||||
@(cd ${WRKSRC}/doc; \
|
||||
${SED} -e s:/usr/local/lib/tex/macros/:${PREFIX}/share/texmf/makeindx/: \
|
||||
<makeindex.l >makeindex.1; \
|
||||
${INSTALL_DATA} makeindex.1 ${PREFIX}/man/man1/)
|
||||
${INSTALL_DATA} makeindex.1 ${MANPREFIX}/man/man1)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue