blob: 6ea3b9961bfdc686f1fbbbbfcded1ea05e07be65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: GNU texinfo
# Version required: 3.11
# Date created: 14 November 1997
# Whom: lamj@stat.cmu.edu
#
# $NetBSD: Makefile,v 1.5 1998/03/09 08:09:34 hubertf Exp $
#
DISTNAME= texinfo-3.12
PKGNAME= gtexinfo-3.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= lamj@stat.cmu.edu
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-catgets
post-install:
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info.info
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info-stnd.info
.for file in info install-info makeinfo texindex
strip ${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>
|