1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/lbl-cf/Makefile
Craig Leres 97c35334cc Update pkg-descr and Makefile in my ports to use https where possible.
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
2017-10-21 00:45:50 +00:00

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>