opnsense-ports/sysutils/lbl-hf/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

30 lines
576 B
Makefile

# Created by: Craig Leres <leres@ee.lbl.gov>
# $FreeBSD$
PORTNAME= hf
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= ftp://ee.lbl.gov/ \
http://www.mmnt.net/db/0/3/ftp.ee.lbl.gov/
PKGNAMEPREFIX= lbl-
MAINTAINER= leres@ee.lbl.gov
COMMENT= Address to hostname filter
LICENSE= BSD3CLAUSE
MAKE_JOBS_UNSAFE= yes
CONFLICTS= hf-[0-9]*
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>