diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-16 03:08:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-16 03:08:11 +0000 |
commit | 48287557dc203f2b4523d14d8bb9c8ebc8db91a8 (patch) | |
tree | f9d68e76700d4256b898309c5dd3fb3c1f72cc3b /net/miruo/Makefile | |
parent | 268107780283cb8a7353e92b7baa31f555aab68c (diff) | |
download | pkgsrc-48287557dc203f2b4523d14d8bb9c8ebc8db91a8.tar.gz |
Import miruo-0.9.6 as net/miruo.
Pretty-print TCP session monitor/analyzer from KLab Inc.
Diffstat (limited to 'net/miruo/Makefile')
-rw-r--r-- | net/miruo/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/miruo/Makefile b/net/miruo/Makefile new file mode 100644 index 00000000000..5b35a79476d --- /dev/null +++ b/net/miruo/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 03:08:11 ryoon Exp $ + +DISTNAME= miruo-0.9.6 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=KLab/} +GITHUB_PROJECT= miruo +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=KLab/miruo/} +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" |