2009-04-09 02:48:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2009/04/09 00:48:12 joerg Exp $
|
2003-06-10 00:16:10 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pkg_install-info-${VERSION}
|
2005-02-07 17:12:38 +01:00
|
|
|
PKGREVISION= 3
|
2003-06-10 00:16:10 +02:00
|
|
|
CATEGORIES= pkgtools
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-06-10 00:16:10 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Standalone GNU info file installation utility
|
2003-06-10 00:16:10 +02:00
|
|
|
|
2004-03-10 23:54:47 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2007-11-08 20:00:56 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-03-10 23:54:47 +01:00
|
|
|
|
2005-09-28 22:52:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-10 00:16:10 +02:00
|
|
|
|
2007-07-31 16:40:45 +02:00
|
|
|
CHECK_PERMS= no
|
2003-06-10 00:16:10 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2008-05-16 22:02:31 +02:00
|
|
|
USE_BSD_MAKEFILE= yes
|
2004-01-25 04:29:57 +01:00
|
|
|
|
2004-03-10 23:54:47 +01:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
2003-06-10 00:16:10 +02:00
|
|
|
do-extract:
|
2005-01-06 06:32:29 +01:00
|
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
2003-06-10 00:16:10 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|