pkgsrc/time/rclock/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

17 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/01/19 18:52:28 agc Exp $
DISTNAME= rxvt-2.7.10
PKGNAME= rclock-2.7.10
CATEGORIES= x11 time
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/
MASTER_SITES+= ftp://mason.primenet.com.au/pub/rxvt/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Analog clock for X w/appointment reminder and mail notification
GNU_CONFIGURE= yes
BUILD_TARGET= clock
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"