30b55df38e
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.
23 lines
682 B
Makefile
23 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.23 2017/01/19 18:52:26 agc Exp $
|
|
|
|
DISTNAME= whowatch-1.4
|
|
PKGREVISION= 6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/
|
|
MASTER_SITES+= http://janek.ae.krakow.pl/~suszyckm/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://wizard.ae.krakow.pl/~mike/\#whowatch
|
|
COMMENT= Interactive who-like program displaying real-time user information
|
|
|
|
GNU_CONFIGURE= YES
|
|
FAKE_NCURSES= yes
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \
|
|
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
|
|
|
CFLAGS.NetBSD+= -D_KMEMUSER
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|