aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lbl-hf/Makefile
blob: 8404faf801bdba664048fdc4501ee684ad9553ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Craig Leres <leres@FreeBSD.org>

PORTNAME=	hf
PORTVERSION=	1.9
CATEGORIES=	sysutils
MASTER_SITES=	https://ee.lbl.gov/downloads/hf/ \
		LOCAL/leres/hf
PKGNAMEPREFIX=	lbl-

MAINTAINER=	leres@FreeBSD.org
COMMENT=	Address to hostname filter

LICENSE=	BSD3CLAUSE

CONFLICTS=	hf

PLIST_FILES=	bin/hf \
		man/man1/hf.1.gz

GNU_CONFIGURE=	yes

# Only install hf
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/hf ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/hf.1 ${STAGEDIR}${PREFIX}/man/man1

.include <bsd.port.mk>