blob: 97bbe6fc4e87f0a7efc962f06133f63c30c396cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.13 2004/01/06 00:08:06 xtraeme Exp $
.include "${.CURDIR}/../../devel/cvsup/Makefile.common"
PKGNAME= cvsup-16.1.h
M3FLAGS+= -DNOGUI
CONFLICTS= cvsup-{bin,gui}-[0-9]*
.include "../../mk/bsd.pkg.mk"
|