18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/05/24 19:49:55 wiz Exp $
|
|
|
|
DISTNAME= cvsutils-0.2.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://www.red-bean.com/cvsutils/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.red-bean.com/cvsutils/
|
|
COMMENT= CVS utilities to facilitate working
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL= *.pl
|
|
REPLACE_SH= *.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|