1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/ndpi/Makefile
Dmitry Marakasov 7a7d9a791a - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-04 07:38:53 +00:00

24 lines
475 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= ndpi
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/ntop/nDPI
DISTNAME= nDPI-${PORTVERSION}_r7023
MAINTAINER= 5u623l20@gmail.com
COMMENT= ntop-maintained superset of the popular OpenDPI library
LICENSE= GPLv3
CONFIGURE_ARGS= --with-pic
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig
PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
.include <bsd.port.mk>