summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-10-09 09:13:49 +0000
committeragc <agc@pkgsrc.org>1997-10-09 09:13:49 +0000
commit7674520d8e4d9b7813b8c73e480303910261a574 (patch)
treeb9a1511a321e454a4bd1ee264351dfa6dea3fee8 /devel/gtexinfo/Makefile
parent06ebb9aa7a7ceae41b57d60178da6a8f9cf6e0c7 (diff)
downloadpkgsrc-7674520d8e4d9b7813b8c73e480303910261a574.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/Makefile22
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>