9b7fdc2930
- fix trailing whitespace - doesn't need groff ok sthen@ (MAINTAINER)
26 lines
484 B
Makefile
26 lines
484 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/06/22 11:38:13 jasper 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|