openbsd-ports/net/csup/Makefile
naddy b517e01f9a Import csup 20060318.
Csup is a rewrite of the CVSup client in C.  It only supports
checkout mode for now.
2006-04-16 17:00:03 +00:00

29 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/04/16 17:00:03 naddy Exp $
COMMENT= "rewrite of the CVSup file updating client in C"
VERSION= 20060318
DISTNAME= csup-snap-${VERSION}
PKGNAME= csup-${VERSION}
CATEGORIES= net
HOMEPAGE= http://mu.org/~mux/csup.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.mu.org/~mux/
EXTRACT_SUFX= .tgz
WANTLIB= c crypto pthread z
WRKDIST= ${WRKDIR}/csup
FAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/cat
.include <bsd.port.mk>