pkgsrc/games/thew/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

21 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/01/19 18:52:10 agc Exp $
DISTNAME= thew-1.1.1
PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thew/}
MASTER_SITES+= http://dinotte.altervista.org/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ilfoglionascosto@netcat.it
HOMEPAGE= http://thew.sourceforce.net/
COMMENT= The hermit worm
AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/thew ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/thew.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"