freebsd-ports/devel/libshbuf/Makefile
Pietro Cerutti 6d9e82f1f6 - Update to 0.0.3
- Trim Makefile header
- Update WWW line in pkg-descr
- Remove patch applied upstream
2012-12-11 15:40:38 +00:00

20 lines
373 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
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-lynx
.include <bsd.port.mk>