pkgsrc/x11/xscript/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

27 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:30 agc Exp $
#
DISTNAME= xscript.tar
PKGNAME= xscript-19930228
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/
MASTER_SITES+= ftp://ftp.gwdg.de/pub/x11/x.org/R5contrib/
EXTRACT_SUFX= .Z
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ee.ryerson.ca/~elf/xapps/Q-XVIII.html
COMMENT= X Window system script recording and playback
WRKSRC= ${WRKDIR}/test-distrib/src
USE_IMAKE= YES
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
MAKE_FLAGS+= CCOPTIONS=-Wno-error=return-type
.endif
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"