diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-11 15:40:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-11 15:40:38 +0000 |
commit | 6d9e82f1f6b259edf734de17fe97440292a76c7f (patch) | |
tree | f53c1b623dd359a8432b062ebe5e487a4b3155a3 /devel/libshbuf/Makefile | |
parent | 3ba69d3b4d980ec5ae7aef8fc0f84524741704a6 (diff) |
Notes
Diffstat (limited to 'devel/libshbuf/Makefile')
-rw-r--r-- | devel/libshbuf/Makefile | 21 |
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> |