diff options
author | agc <agc> | 1997-10-09 09:13:49 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-09 09:13:49 +0000 |
commit | fc91b80d48504448e71267ddeb7b6788127d5f9a (patch) | |
tree | b9a1511a321e454a4bd1ee264351dfa6dea3fee8 /devel/gtexinfo/Makefile | |
parent | 8616b4faa81da1709cd04a5fa48cf43d43b3ce49 (diff) | |
download | pkgsrc-fc91b80d48504448e71267ddeb7b6788127d5f9a.tar.gz |
Initial import of GNU texinfo package.
This is necessary because NetBSD has no default way of reading GNU info
files - FreeBSD has had this in their base system since 2.2.2. This
allows the default installation of package's info files, and means
less differences between individual package's Makefiles in NetBSD and
FreeBSD.
`Renamed' to gtexinfo to distinguish it from the print/texinfo package.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile new file mode 100644 index 00000000000..1bcf596cc47 --- /dev/null +++ b/devel/gtexinfo/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/09 09:13:49 agc Exp $ +# New ports collection makefile for: GNU texinfo +# Version required: 3.9 +# Date created: 7th October 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# + +DISTNAME= texinfo-3.9 +PKGNAME= gtexinfo-3.9 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} + +GNU_CONFIGURE= yes +MAN1= info.1 + +post-install: + ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo + ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/makeinfo.info + ${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 + +.include <bsd.port.mk> |