18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/02/11 15:39:38 wiz Exp $
|
|
|
|
DISTNAME= cvsutils-0.2.5
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://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"
|