pkgsrc/misc/git/Makefile
obache a993a272dc Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
  ("git" command was renamed to "gitfm" in version 4.9.2,
    and "git" command is just a transitional script now.
    it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?
2010-02-22 09:15:56 +00:00

27 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.32 2010/02/22 09:15:56 obache Exp $
DISTNAME= gnuit-4.9.5
PKGNAME= ${DISTNAME:S/gnuit-/git-/}
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=git/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hulubei.net/tudor/git/
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/gnuit
CONFIGURE_ARGS+= --disable-transition
INFO_FILES= YES
post-extract:
${CP} ${WRKSRC}/term/gnuitrc.ansi.in ${WRKSRC}/term/gnuitrc.cons25.in
CHECK_FILES_SKIP+= lib/charset.alias
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"