mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7bf15c22c8
- Support STAGEDIR
18 lines
343 B
Makefile
18 lines
343 B
Makefile
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xprobe2
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/xprobe/${PORTNAME}/Xprobe2%20${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ICMP active OS fingerprint scanner
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFIGURE_ENV= INSTALL=${INSTALL}
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|