pkgsrc/sysutils/patchadd/Makefile
tonnerre 7893852413 Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the
local system and to back them out again. It also uses OpenSSL for
patch signing.

This package is BSD licensed and uses solely BSD licensed tools for
operation.
2009-04-19 21:13:57 +00:00

30 lines
870 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/04/19 21:13:57 tonnerre Exp $
#
DISTNAME= patchadd-0.1-durchstich
PKGNAME= patchadd-0.1durchstich
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tonnerre/patchadd/
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://oss.sygroup.ch/project/patchadd/
COMMENT= Binary patch management tools
LICENSE= original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= basename ftp
DEPENDS+= bsdiff-[0-9]*:../../misc/bsdiff
GNU_CONFIGURE= YES
SUBST_CLASSES+= tools
SUBST_STAGE.tools= post-configure
SUBST_FILES.tools= patch_add patch_delete patch_info
SUBST_SED.tools= -e "s|${TOOLS_DIR}/bin/ftp|${FTP}|g"
SUBST_SED.tools+= -e "s|${TOOLS_DIR}/bin/basename|${BASENAME}|g"
SUBST_SED.tools+= -e "s|${TOOLS_DIR}/bin/mkdir|${MKDIR:S/-p//}|g"
CONFIGURE_ARGS+= --localstatedir=/var
.include "../../mk/bsd.pkg.mk"