summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install-info/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-09 22:16:10 +0000
committerseb <seb@pkgsrc.org>2003-06-09 22:16:10 +0000
commit6710fd35f2de009c6525d6842e19ac943c7be3f9 (patch)
tree79e7a3607ba751ff07083ee5799ab60382acdf6c /pkgtools/pkg_install-info/Makefile
parent72516ec673c30a0c11a26af03e1e409ac7b81b6b (diff)
downloadpkgsrc-6710fd35f2de009c6525d6842e19ac943c7be3f9.tar.gz
Initial import of pkg_install-info version 4.5 into the NetBSD Packages
Collection. This package provides a standalone GNU install-info utility.
Diffstat (limited to 'pkgtools/pkg_install-info/Makefile')
-rw-r--r--pkgtools/pkg_install-info/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile
new file mode 100644
index 00000000000..8f3e45b7b98
--- /dev/null
+++ b/pkgtools/pkg_install-info/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/09 22:16:10 seb Exp $
+#
+
+DISTNAME= pkg_install-info-${VERSION}
+CATEGORIES= pkgtools
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= seb@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
+COMMENT= standalone GNU info file installation utility
+
+USE_BUILDLINK2= # defined
+GNU_CONFIGURE= # defined
+
+NO_CHECKSUM= # defined
+
+# Don't change this unless the sources are updated from GNU Texinfo.
+# Otherwise use PKGREVISION if you need to change this package version.
+VERSION= 4.5
+
+do-extract:
+ @${CP} -Rp ${FILESDIR} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"