mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
feeb2f5633
PR: 225526 Approved by: maintainer timeout (2 weeks)
22 lines
481 B
Makefile
22 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>
|