ports/net/libfixbuf/Makefile
Antoine Brodin feeb2f5633 Update to 1.8.0
PR:		225526
Approved by:	maintainer timeout (2 weeks)
2018-02-14 14:08:25 +00:00

21 lines
481 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= libfixbuf
PORTVERSION= 1.8.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}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>