1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/lbl-cf/Makefile

27 lines
517 B
Makefile

# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
PORTNAME= cf
PORTVERSION= 1.2.4
CATEGORIES= sysutils
MASTER_SITES= ftp://ee.lbl.gov/ \
http://www.tux.org//pub/net/ftp.ee.lbl.gov/ \
http://ftp.riken.go.jp/pub/net/lbl/ \
http://www.ftpdir.hu/ftp.ee.lbl.gov/
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@ee.lbl.gov
COMMENT= Unix time to formated time and date filter
PLIST_FILES= bin/cf
MAN1= cf.1
GNU_CONFIGURE= yes
NO_STAGE= yes
post-install:
(cd ${WRKSRC} && make install-man)
.include <bsd.port.mk>