freebsd-ports/net/libfixbuf/Makefile
Steve Wills 2ce1ffa2fc net/libfixbuf: Update to 2.1.0
PR:		230313
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	Chris Inacio <nacho319+freebsdZilla@gmail.com> (implicit)
2018-08-27 16:43:05 +00:00

21 lines
485 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= libfixbuf
PORTVERSION= 2.1.0
CATEGORIES= net
MASTER_SITES= http://tools.netsa.cert.org/releases/
MAINTAINER= nacho319+freebsdZilla@gmail.com
COMMENT= Library for using the IP Flow Information Export protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>