openbsd-ports/net/tcptraceroute/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

36 lines
757 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/07/12 22:07:42 sthen Exp $
COMMENT= traceroute implementation using TCP packets
DISTNAME= tcptraceroute-1.5beta7
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://michael.toren.net/code/tcptraceroute/
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libnet=${PREFIX} \
--enable-noselect-default
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
LIB_DEPENDS= lib/libnet-1.1/net.=11:libnet->=1.1,<1.2:net/libnet/1.1
MAKE_FLAGS= CC="${CC}" \
CFLAGS="${CFLAGS}"
NO_REGRESS= Yes
USE_GMAKE= Yes
.include <bsd.port.mk>