c1b2c04227
Changelog: 0.9.6b: Merge pull request #15 from pandax381/master 0.9.6a: Merge pull request #12 from pandax381/release-0.9.6a
24 lines
669 B
Makefile
24 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/07/09 03:43:13 ryoon Exp $
|
|
|
|
DISTNAME= miruo-0.9.6b
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=KLab/}
|
|
GITHUB_PROJECT= miruo
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/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"
|