pkgsrc/x11/xkeycaps/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
701 B
Makefile

# $NetBSD: Makefile,v 1.19 2017/01/19 18:52:30 agc Exp $
#
DISTNAME= xkeycaps-2.46
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MASTER_SITES+= http://www.jwz.org/xkeycaps/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jwz.org/xkeycaps/
COMMENT= Graphical front-end to xmodmap
USE_IMAKE= yes
pre-configure:
.if (${MACHINE_ARCH} == "m68k")
@cd ${WRKSRC}; ${MV} Imakefile Imakefile.old; \
${ECHO} CDEBUGFLAGS= -O >Imakefile; \
${CAT} Imakefile.old >>Imakefile
.endif
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xbitmaps/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"