ports/devel/cvslock/Makefile

16 lines
243 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= safely manipulate and inspect CVS respositories
DISTNAME= cvslock-0.2
CATEGORIES= devel
REVISION = 1
# GPL
PERMIT_PACKAGE= Yes
2023-09-22 16:24:11 +00:00
WANTLIB= c
2023-08-16 22:26:55 +00:00
2023-09-22 16:24:11 +00:00
SITES= http://www.does-not-exist.org/roessler/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>