Lines 3-26
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= arpscan |
4 |
PORTNAME= arpscan |
5 |
PORTVERSION= 0.5 |
5 |
PORTVERSION= 0.5 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= net-mgmt |
7 |
CATEGORIES= net-mgmt |
7 |
MASTER_SITES= GOOGLE_CODE |
8 |
MASTER_SITES= GH |
|
|
9 |
DIST_SUBDIR= repacked |
8 |
|
10 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
10 |
COMMENT= Simple arp scanner |
12 |
COMMENT= Simple arp scanner |
11 |
|
13 |
|
12 |
DEPRECATED= No more public distfiles |
|
|
13 |
EXPIRATION_DATE= 2014-03-07 |
14 |
|
15 |
LICENSE= BSD |
14 |
LICENSE= BSD |
16 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
17 |
|
16 |
|
18 |
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet |
17 |
LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet |
|
|
18 |
|
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= jasonish |
21 |
GH_TAGNAME= ${GH_COMMIT} |
22 |
GH_COMMIT= e59831a |
19 |
|
23 |
|
20 |
GNU_CONFIGURE= yes |
24 |
USE_AUTOTOOLS= aclocal autoheader automake autoconf |
|
|
25 |
AUTOMAKE_ARGS= --add-missing --copy |
21 |
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE} |
26 |
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE} |
22 |
|
27 |
|
23 |
PLIST_FILES= bin/arpscan |
28 |
PLIST_FILES= bin/arpscan |
24 |
|
29 |
|
25 |
NO_STAGE= yes |
|
|
26 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |