pkgsrc/devel/cvsps3/Makefile
ryoon 19ff03a5cd Update to 3.13
Changelog:
3.13 @ 2013-12-11
  Terminal release of this code - the branch and tag analysis is just not
  good enough on anything other than a linear repository. Use cvs-fast-export
  instead.

3.12 @ 2013-12-10
  Warning: execute permissions on CVS files are not reported!
  The command-line argument can now be a CVS URL.
  The --summary-first option was removed to simplify the code's control flow.
  The -g and --diff-opts options have been removed to simplify dependencies.
  Deprecation warning for -s, -a, -f, -l, -n, -p, --root, --diff-opts, and -t.

3.11 @ 2013-12-09
  Eliminate dodgy tmpnam() use.
  Make the documentation truthful about --convert-ignores.
2015-02-28 08:32:12 +00:00

25 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/02/28 08:32:12 ryoon Exp $
#
DISTNAME= cvsps-3.13
PKGNAME= ${DISTNAME:S/cvsps-/cvsps3-/}
CATEGORIES= devel scm
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/cvsps/
COMMENT= Generates 'patchset' information from a CVS repository
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LDLIBS=${LIBS:Q}
MAKE_ENV+= prefix=${PREFIX}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"