ports/sysutils/lbl-hf/Makefile
Craig Leres 15346bf3be sysutils/lbl-hf: Update to 1.11
Changes since 1.10:

 - Clean up new clang warnings.

 - Upgrade to autoconf 2.72.
2024-06-17 18:30:44 -07:00

26 lines
528 B
Makefile

PORTNAME= hf
PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \
LOCAL/leres/hf
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@FreeBSD.org
COMMENT= Address to hostname filter
WWW= https://ee.lbl.gov/downloads/hf/
LICENSE= BSD3CLAUSE
CONFLICTS= hf
PLIST_FILES= bin/hf \
share/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}/share/man/man1
.include <bsd.port.mk>