mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cec8c9f625
Pending update of security/bro to 2.0 depend on this two ports by default. This is non-functional change.
30 lines
623 B
Makefile
30 lines
623 B
Makefile
# @(#) $Id: Makefile,v 1.3 2008/04/26 04:08:44 leres Exp $ (LBL)
|
|
# New ports collection makefile for: lbl-cf
|
|
# Date created: 24 Apr 2008
|
|
# Whom: leres@ee.lbl.gov
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cf
|
|
PORTVERSION= 1.2.1
|
|
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
|
|
|
|
post-install:
|
|
(cd ${WRKSRC} && make install-man)
|
|
|
|
.include <bsd.port.mk>
|