1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net/xprobe/Makefile
Wesley Shields 28ee23d9ac Fix build with gcc45
Don't overwrite configuration file on install
Mark MAKE_JOBS_SAFE

PR:		ports/148451
Submitted by:	swell.k@gmail.com
2010-07-10 03:45:11 +00:00

29 lines
599 B
Makefile

# Ports collection makefile for: xprobe
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xprobe2
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= SF/xprobe/${PORTNAME}/Xprobe2%20${PORTVERSION}
MAINTAINER= wxs@FreeBSD.org
COMMENT= ICMP active OS fingerprint scanner
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL=${INSTALL}
MAKE_JOBS_SAFE= yes
MAN1= xprobe2.1
post-install: .SILENT
if [ ! -f ${ETCDIR}/${PORTNAME}.conf ]; then \
${INSTALL_DATA} ${ETCDIR}/${PORTNAME}.conf.sample \
${ETCDIR}/${PORTNAME}.conf; \
fi
.include <bsd.port.mk>