blob: 8f3e45b7b98a0130295f6bf3e70d39bba3b7b993 (
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
|
# $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"
|