PR: 219047 Submitted by: nacho319+freebsdZilla@gmail.com Approved by: adamw (mentor, implicit)
22 lines
526 B
Makefile
22 lines
526 B
Makefile
# Created by: David Thiel <lx@redundancy.redundancy.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfixbuf
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://tools.netsa.cert.org/releases/ \
|
|
http://redundancy.redundancy.org/mirror/
|
|
|
|
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>
|