1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net-mgmt/arpscan/Makefile
Martin Wilke 116b19c0f0 - Update MASTER_SITES
PR:		187059
2014-02-27 09:01:38 +00:00

31 lines
587 B
Makefile

# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= arpscan
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= GH
DIST_SUBDIR= repacked
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple arp scanner
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet
USE_GITHUB= yes
GH_ACCOUNT= jasonish
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= e59831a
USE_AUTOTOOLS= aclocal autoheader automake autoconf
AUTOMAKE_ARGS= --add-missing --copy
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
PLIST_FILES= bin/arpscan
.include <bsd.port.mk>