aboutsummaryrefslogtreecommitdiffstats
path: root/net/tableutil/Makefile
blob: c12b6b9ac2de7410dd7b89de980379b3fb86c718 (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
# New ports collection makefile for:    tableutil
# Date created:             19 September 2005
# Whom:                 jameskamlyn@gmail.com
#
# $FreeBSD$
#

PORTNAME=   tableutil
PORTVERSION=    0.6
CATEGORIES= net
MASTER_SITES=   http://expiretable.fnord.se/

MAINTAINER= jameskamlyn@gmail.com
COMMENT=    Utility for converting and aggregating lists of IP addresses

PLIST_FILES=    bin/tableutil
MAN1=       tableutil.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
    ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/

.include <bsd.port.mk>