23 lines
402 B
Makefile
23 lines
402 B
Makefile
# $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>
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|