16 lines
352 B
Makefile
16 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/07/22 00:13:14 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= cvsps-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cobite.com/cvsps/
|
|
|
|
MAINTAINER= schmonz@netbsd.org
|
|
HOMEPAGE= http://www.cobite.com/cvsps/
|
|
COMMENT= generates 'patchset' information from a CVS repository
|
|
|
|
USE_GMAKE= # defined
|
|
|
|
ALL_TARGET= cvsps
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|