2016-07-09 05:43:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2016/07/09 03:43:13 ryoon Exp $
|
2015-05-16 05:08:11 +02:00
|
|
|
|
2016-07-09 05:43:13 +02:00
|
|
|
DISTNAME= miruo-0.9.6b
|
2015-05-16 05:08:11 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=KLab/}
|
|
|
|
GITHUB_PROJECT= miruo
|
2015-05-21 15:20:57 +02:00
|
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
2015-05-16 05:08:11 +02:00
|
|
|
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
2016-06-09 08:23:38 +02:00
|
|
|
HOMEPAGE= https://github.com/KLab/miruo/
|
2015-05-16 05:08:11 +02:00
|
|
|
COMMENT= Pretty-print TCP session monitor/analyzer
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
SUBST_CLASSES+= getopt
|
|
|
|
SUBST_STAGE.getopt= pre-configure
|
|
|
|
SUBST_MESSAGE.getopt= Fixing getopt_long_only
|
|
|
|
SUBST_FILES.getopt+= miruo.c
|
|
|
|
SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,'
|
|
|
|
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|