summaryrefslogtreecommitdiff
path: root/news/cleanscore/Makefile
blob: 73e98d8427c5cb4a52f41e25ef322265e69729d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1.1.1 2007/10/12 12:30:47 is Exp $
#

DISTNAME=		cleanscore-0.9.8.1
CATEGORIES=		news
MASTER_SITES=		http://slrn.sourceforge.net/cleanscore/

MAINTAINER=		is@NetBSD.org
HOMEPAGE=		http://slrn.sourceforge.net/cleanscore/
COMMENT=		Clean SLRN's score file

USE_TOOLS=		perl
REPLACE_PERL=		cleanscore

NO_BUILD=		yes

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${PREFIX}/bin
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cleanscore
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cleanscore

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