blob: 6e9719c3d3ab78c3a762ea0d5eab509cb6545bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Max Khon
# $FreeBSD$
PORTNAME= hptkill
PORTVERSION= 1.10.4
PORTREVISION= 2
CATEGORIES= news mail
MASTER_SITES= SF/husky/${PORTNAME}/1.10-release
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Area killing utility
LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf
MAN1= hptkill.1
MANCOMPRESSED= yes
PLIST_FILES= bin/hptkill
NO_STAGE= yes
.include "${.CURDIR}/../husky-base/Makefile.inc"
.include <bsd.port.mk>
|