freebsd-ports/net/libfixbuf/Makefile
Muhammad Moinur Rahman 03b1a94f8a
net/libfixbuf: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-31 13:59:22 +01:00

22 lines
543 B
Makefile

PORTNAME= libfixbuf
DISTVERSION= 2.4.2
PORTREVISION= 1
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
WWW= https://tools.netsa.cert.org/fixbuf/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
USES= gnome libtool pathfix perl5 pkgconfig
USE_GNOME= glib20
USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>