freebsd-ports/net/arp-sk/Makefile
Ying-Chieh Liao 0af7dd45f7 add arp-sk 0.0.15
A tool designed to manipulate ARP tables of all kinds of equipment
2004-04-14 05:51:01 +00:00

34 lines
758 B
Makefile

# ex:ts=8
# Ports collection makefile for: arp-sk
# Date Created: Apr 14, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= arp-sk
PORTVERSION= 0.0.15
CATEGORIES= net
MASTER_SITES= http://www.arp-sk.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool designed to manipulate ARP tables of all kinds of equipment
BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel
USE_REINPLACE= yes
#USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= arp-sk.1
PLIST_FILES= sbin/arp-sk
post-patch:
@${REINPLACE_CMD} -e "s, -pedantic -g,," ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/arp-sk ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>