23 lines
456 B
Makefile
Raw Normal View History

2010-10-18 17:47:50 +00:00
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:52 espie 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
2004-11-23 11:22:00 +00:00
WANTLIB= c
2006-02-18 20:23:09 +00:00
MASTER_SITES= http://www.does-not-exist.org/roessler/
CONFIGURE_STYLE=gnu
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
.include <bsd.port.mk>