16 lines
250 B
Makefile
16 lines
250 B
Makefile
|
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>
|