1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/fileprune/Makefile
Martin Wilke 58b44e6838 - Update to 1.12
https://github.com/dspinellis/fileprune/blob/master/ChangeLog.txt

PR:		230221
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
2019-01-12 17:27:43 +00:00

26 lines
499 B
Makefile

# Created by: dds
# $FreeBSD$
PORTNAME= fileprune
PORTVERSION= 1.12
CATEGORIES= sysutils
MAINTAINER= dds@FreeBSD.org
COMMENT= Prune a file set according to a given age distribution
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= dspinellis
GH_TAGNAME= 2dd22fc
PLIST_FILES= bin/fileprune man/man1/fileprune.1.gz
MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
post-extract:
${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>