openbsd-ports/devel/cvsutils/Makefile

23 lines
402 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:02 espie Exp $
PKG_ARCH= *
COMMENT= collection of useful CVS scripts
DISTNAME= cvsutils-0.2.5
REVISION = 1
CATEGORIES= devel
HOMEPAGE= http://www.red-bean.com/cvsutils/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
2006-12-26 12:16:23 -05:00
MASTER_SITES= ${HOMEPAGE}releases/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
2013-03-11 06:50:00 -04:00
NO_TEST= Yes
.include <bsd.port.mk>