summaryrefslogtreecommitdiff
path: root/devel/cvsutils/Makefile
blob: cd6454a43255a92dd96a794f431d9dbd1269ea54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.1.1.1 2008/09/11 05:01:08 bjs Exp $
#

DISTNAME=		cvsutils-0.2.5
CATEGORIES=		devel
MASTER_SITES=		http://www.red-bean.com/cvsutils/releases/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.red-bean.com/cvsutils/
COMMENT=		CVS utilities to facilitate working

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=		yes
USE_TOOLS+=		perl:run

REPLACE_PERL=		*.pl
REPLACE_SH=		*.sh

post-install:
	${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} &&\ cd ${WRKSRC} &&	\
		${INSTALL_DATA} README NEWS ${DESTDIR}${DOCDIR}

.include "../../mk/bsd.pkg.mk"