mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bb753745ce
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-301 [1] [2] o Bump PORTREVISION Obtained from: Debian [1] http://www.no-name-yet.com/patches/texinfo.CAN-2005-3011.diff, Gentoo [2] http://www.gentoo.org/cgi-bin/viewcvs.cgi/sys-apps/texinfo/files/texinfo-4.8-tempfile.patch?rev=1.2&content-type=text/vnd.viewcvs-markup
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# New ports collection makefile for: latest texinfo
|
|
# Date created: Sun May 29 17:32:08 UTC 2005
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= texinfo
|
|
PORTVERSION= 4.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= A typeset documentation system with multiple format output
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALL_TARGET= install install-tex
|
|
PKGDEINSTALL= ${PKGINSTALL}
|
|
|
|
MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL}
|
|
CONFIGURE_ARGS= \
|
|
--infodir=${PREFIX}/${INFO_PATH} \
|
|
--without-included-gettext
|
|
CONFIGURE_ENV= \
|
|
CPPFLAGS="-I${LOCALBASE}/lib" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
INFO= ${PORTNAME} info-stnd info
|
|
MAN1= info.1 infokey.1 install-info.1 makeinfo.1 texi2dvi.1 \
|
|
texindex.1
|
|
MAN5= info.5 texinfo.5
|
|
|
|
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL}
|
|
|
|
TEXMFLOCAL= share/texmf-local
|
|
|
|
post-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
|
|
${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|