mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
38ab53150b
- Strip library - Remove DOXYGEN option as it has no sense because generated documentation is never installed
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libshbuf
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/libshbuf/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for Shared Buffer IPC
|
|
|
|
LICENSE= GPLv2 # though COPYING says LGPL21
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--disable-lynx --disable-doxygen
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|