1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/libshbuf/Makefile
Dmitry Marakasov 38ab53150b - Switch to USES=libtool, drop .la file
- Strip library
- Remove DOXYGEN option as it has no sense because generated documentation is never installed
2014-05-30 18:40:25 +00:00

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>