1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/lbl-cf/Makefile
Craig Leres 79d96bc65a sysutils/lbl-cf: Update to 1.2.8
Changes since 1.2.7:

 - Clean up new clang warnings.

 - Upgrade to autoconf 2.72.
2024-06-17 18:53:30 -07:00

28 lines
514 B
Makefile

PORTNAME= cf
PORTVERSION= 1.2.8
CATEGORIES= sysutils
MASTER_SITES= https://ee.lbl.gov/downloads/cf/ \
LOCAL/leres/cf
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@FreeBSD.org
COMMENT= Unix time to formatted time and date filter
WWW= https://ee.lbl.gov/
LICENSE= BSD3CLAUSE
INSTALL_TARGET= install install-man
PLIST_FILES= bin/cf \
share/man/man1/cf.1.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS_INSTALL= cf # bin/cf
pre-install:
@${STRIP_CMD} ${WRKSRC}/cf
.include <bsd.port.mk>