aboutsummaryrefslogtreecommitdiff
path: root/devel/libshbuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libshbuf/Makefile')
-rw-r--r--devel/libshbuf/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile
index 3561378b0b9f..5f54c79525b5 100644
--- a/devel/libshbuf/Makefile
+++ b/devel/libshbuf/Makefile
@@ -1,25 +1,20 @@
-# ex:ts=8
-# Ports collection makefile for: libshbuf
-# Date created: May 6, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= libshbuf
-PORTVERSION= 0.0.2
-PORTREVISION= 2
+PORTVERSION= 0.0.3
CATEGORIES= devel
-MASTER_SITES= SF
+MASTER_SITES= http://0pointer.de/lennart/projects/libshbuf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for Shared Buffer IPC
+LICENSE= GPLv2
+
USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+USE_GNOME= gnomehack
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--disable-lynx
.include <bsd.port.mk>