21 lines
452 B
Makefile
21 lines
452 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/20 00:26:21 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
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/
|
||
|
|
||
|
CONFIGURE_STYLE=gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|