fc697a70cf
Mark packages that don't or might probably not have staged installation.
28 lines
701 B
Makefile
28 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/10/05 11:31:52 asau Exp $
|
|
|
|
DISTNAME= pkg_conflicts-0.4.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
HOMEPAGE= # empty http://www.mova.org/~cheusov/pub/pkg_conflicts/
|
|
COMMENT= Tools for automatic CONFLICTS detection
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= runawk>=0.14.3:../../lang/runawk
|
|
DEPENDS+= pkg_online-client>=0.6.0:../../pkgtools/pkg_online-client
|
|
DEPENDS+= pkg_summary-utils-[0-9]*:../../pkgtools/pkg_summary-utils
|
|
|
|
USE_LANGUAGES= #empty
|
|
|
|
NO_CHECKSUM= yes
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${.CURDIR}/files/pkg_* ${DESTDIR}${PREFIX}/bin/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|