mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
36 lines
742 B
Makefile
36 lines
742 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.16
|
|
PORTREVISION= 1
|
|
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= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
|
|
|
|
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>
|