16 lines
405 B
Makefile
16 lines
405 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2015/12/06 15:20:12 wiz Exp $
|
||
|
|
||
|
DISTNAME= findnewest-0.3
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=0-wiz-0/}
|
||
|
GITHUB_RELEASE= ${DISTNAME}
|
||
|
|
||
|
MAINTAINER= wiz@NetBSD.org
|
||
|
HOMEPAGE= https://github.com/0-wiz-0/findnewest/
|
||
|
COMMENT= Recursively find newest file in a hierarchy and print its timestamp
|
||
|
LICENSE= 2-clause-bsd
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|