18 lines
311 B
Makefile
18 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:07 sthen Exp $
|
|
|
|
COMMENT= safely manipulate and inspect CVS respositories
|
|
|
|
DISTNAME= cvslock-0.2
|
|
CATEGORIES= devel
|
|
REVISION = 1
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.does-not-exist.org/roessler/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|