22 lines
390 B
Makefile
22 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/06/01 13:17:28 sthen Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= collection of useful CVS scripts
|
|
|
|
DISTNAME= cvsutils-0.2.6
|
|
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>
|