ports/devel/libshbuf/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

29 lines
572 B
Makefile

PORTNAME= libshbuf
PORTVERSION= 0.0.3
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/libshbuf/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Library for Shared Buffer IPC
WWW= https://0pointer.de/lennart/projects/libshbuf/
LICENSE= GPLv2 # though COPYING says LGPL21
USES= pathfix libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-lynx --disable-doxygen
INSTALL_TARGET= install-strip
CFLAGS+= -D_WANT_SEMUN
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>