mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
25 lines
422 B
Makefile
25 lines
422 B
Makefile
# Created by: Craig Leres <leres@FreeBSD.org>
|
|
|
|
PORTNAME= cf
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
PKGNAMEPREFIX= lbl-
|
|
|
|
MAINTAINER= leres@FreeBSD.org
|
|
COMMENT= Unix time to formatted time and date filter
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
PLIST_FILES= bin/cf \
|
|
man/man1/cf.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-install:
|
|
@${STRIP_CMD} ${WRKSRC}/cf
|
|
|
|
.include <bsd.port.mk>
|