15 lines
243 B
Makefile
15 lines
243 B
Makefile
COMMENT= safely manipulate and inspect CVS respositories
|
|
|
|
DISTNAME= cvslock-0.2
|
|
CATEGORIES= devel
|
|
REVISION = 1
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
SITES= http://www.does-not-exist.org/roessler/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|