e35b003e4d
PR: ports/194431 Approved by: maintainer timeout (20 days)
21 lines
477 B
Makefile
21 lines
477 B
Makefile
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfixbuf
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://tools.netsa.cert.org/releases/ \
|
|
http://redundancy.redundancy.org/mirror/
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
COMMENT= Library for using the IP Flow Information Export protocol
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix pkgconfig
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|