summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
blob: d05903a72193ddc931fb95cd50ec1e7e877428c1 (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.4 1998/03/05 13:17:17 hubertf Exp $
#

DISTNAME=       texinfo-3.11
PKGNAME=	gtexinfo-3.11
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>