freebsd-ports/net-mgmt/sing/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

36 lines
841 B
Makefile

# Ports collection makefile for: sing
# Date created: Oct 6 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= sing
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= net-mgmt security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/${PORTVERSION}
DISTNAME= SING-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for sending customized ICMP packets
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-libpcap-prefix=/usr
CONFIGURE_ENV= LIBS="`${LIBNET_CONFIG} --libs`"
CPPFLAGS+= `${LIBNET_CONFIG} --defines` \
`${LIBNET_CONFIG} --cflags`
MAN8= sing.8
PLIST_FILES= sbin/sing
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
post-extract:
@${RM} -rf ${WRKSRC}/libpcap-* ;\
${RM} -rf ${WRKSRC}/Libnet-*
.include <bsd.port.mk>