pkgsrc-wip/cvsproxy/Makefile
Aleksej Saushev a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/09/24 18:26:56 asau Exp $
DISTNAME= cvsproxy-1.0.1
CATEGORIES= net
MASTER_SITES= http://www.sra.co.jp/people/m-kasahr/cvsproxy/src/
MAINTAINER= oht@users.sourceforge.net
HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/cvsproxy/
COMMENT= The cvsproxy is a relay server for the cvs pserver protocol
PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= YES
USE_TOOLS+= autoconf automake
.include "../../mk/bsd.pkg.mk"