mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
469 B
Makefile
20 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.26 2015/11/07 20:18:41 wiz Exp $
|
|
|
|
DISTNAME= less-481
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.greenwoodsoftware.com/less/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://www.greenwoodsoftware.com/less/
|
|
COMMENT= Pager similar to more and pg
|
|
LICENSE= modified-bsd OR gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|