19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.7 2014/01/01 20:46:28 naddy Exp $
|
|
|
|
COMMENT= safely manipulate and inspect CVS respositories
|
|
|
|
DISTNAME= cvslock-0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Manuel Rodrigo Rabade Garcia <mig@mig-29.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.does-not-exist.org/roessler/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|