1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/arp-sk/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
598 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= arp-sk
PORTVERSION= 0.0.16
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://sid.rstack.org/arp-sk/files/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool designed to manipulate ARP tables of all kinds of equipment
LIB_DEPENDS= libnet.so:net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libnet=${LOCALBASE}
PLIST_FILES= sbin/arp-sk man/man1/arp-sk.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/arp-sk ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>