Update multimedia/mplayer to version 1.1.r20141223_2
[dports.git] / net / tapidbus / Makefile
1 # Created by: Babak Farrokhi
2 # $FreeBSD$
3
4 PORTNAME=       tapidbus
5 PORTVERSION=    0.2.1
6 PORTREVISION=   6
7 CATEGORIES=     net
8 MASTER_SITES=   SF/tapioca-voip/OldFiles
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Abstraction layer for interprocess communication
12
13 LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
14
15 USES=           pathfix pkgconfig gmake libtool
16 GNU_CONFIGURE=  yes
17 USE_GNOME=      glib20
18 INSTALL_TARGET= install-strip
19 USE_LDCONFIG=   yes
20
21 WRKSRC=         ${WRKDIR}/${PORTNAME}
22
23 post-patch:
24         @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure
25
26 .include <bsd.port.mk>