openbsd-ports/devel/cvsutils/Makefile
avsm d4e85c350b initial import of cvsutils-0.2.0
--

CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
2003-05-13 10:41:50 +00:00

23 lines
469 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/13 10:41:50 avsm Exp $
COMMENT= "collection of useful CVS scripts"
V= 0.2.0
DISTNAME= cvsutils-${V}
CATEGORIES= devel
HOMEPAGE= http://www.red-bean.com/cvsutils/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MASTER_SITES= ${HOMEPAGE}/releases/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>