mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
97c35334cc
Remove obsolete mirrors. - devel/arduino - devel/arduino-irremote - net/hostapd - security/broccoli - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor), matthew (mentor) Approved by: ler (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12748
26 lines
433 B
Makefile
26 lines
433 B
Makefile
# Created by: Craig Leres <leres@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cf
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ee.lbl.gov/
|
|
PKGNAMEPREFIX= lbl-
|
|
|
|
MAINTAINER= leres@FreeBSD.org
|
|
COMMENT= Unix time to formated 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>
|