summaryrefslogtreecommitdiff
path: root/pkgtools/pkgchk/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-07-02 14:12:29 +0000
committerabs <abs@pkgsrc.org>2001-07-02 14:12:29 +0000
commite6ddc645625ab76dd1d0c9215dfa9d9e3024bea9 (patch)
tree1944b52b572f5b957b118e31d7ba32a642fdb784 /pkgtools/pkgchk/Makefile
parentd6ae97c12c18cd5b8a157b0316ed9c7ebe58f346 (diff)
downloadpkgsrc-e6ddc645625ab76dd1d0c9215dfa9d9e3024bea9.tar.gz
Correctly import pkgchk-1.00 (into pkgtools not pkg_tools)
pkgchk verifies that the versions of installed packages matches those in pkgsrc, optionally adding missing or updating mismatched packages. It can verify all installed packages, or check against a set of packages based on the hostname, architecture, and other characteristics.
Diffstat (limited to 'pkgtools/pkgchk/Makefile')
-rw-r--r--pkgtools/pkgchk/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkgtools/pkgchk/Makefile b/pkgtools/pkgchk/Makefile
new file mode 100644
index 00000000000..7e4d4579d0f
--- /dev/null
+++ b/pkgtools/pkgchk/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/02 14:12:29 abs Exp $
+#
+
+DISTNAME= pkgchk-1.00
+CATEGORIES= pkgtools devel
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/Packages.txt
+COMMENT= Check installed package versions against pkgsrc
+
+EXTRACT_ONLY= # empty
+NO_WRKSUBDIR= yes
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/pkgchk.sh ${PREFIX}/sbin/pkgchk
+ ${INSTALL_MAN} ${FILESDIR}/pkgchk.8 ${PREFIX}/man/man8/pkgchk.8
+
+.include "../../mk/bsd.pkg.mk"