blob: 14247c7aeda9092127916a946e3ccbdc21aac784 (
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
|
# $NetBSD: Makefile,v 1.4 2003/07/17 22:52:15 grant Exp $
#
DISTNAME= pkg_install-info-${VERSION}
PKGREVISION= 2
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"
|