blob: 3487f6b667805a347017b01d1799913e497fcc10 (
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.5
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>
|