1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/libfixbuf/Makefile
2014-02-19 02:08:53 +00:00

24 lines
510 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= libfixbuf
PORTVERSION= 1.4.0
CATEGORIES= net
MASTER_SITES= http://tools.netsa.cert.org/releases/ \
http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@FreeBSD.org
COMMENT= Library for using the IP Flow Information Export protocol
LICENSE= LGPL21
GNU_CONFIGURE= yes
USES= pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>