blob: d6116671b226190d89394df870e0bdb29ef9876b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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>
|