diff options
Diffstat (limited to 'net/tapidbus/Makefile')
-rw-r--r-- | net/tapidbus/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile new file mode 100644 index 0000000..bfcd606 --- /dev/null +++ b/net/tapidbus/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: tapidbus +# Date created: 2006-01-11 +# Whom: Babak Farrokhi +# +# $FreeBSD$ +# + +PORTNAME= tapidbus +PORTVERSION= 0.2.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= tapioca-voip + +MAINTAINER= babak@farrokhi.net +COMMENT= Abstraction layer for interprocess communication + +LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus + +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +USE_GNOME= pkgconfig glib20 gnomehack +USE_REINPLACE= yes +INSTALLS_SHLIB= yes + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +post-patch: + @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure + +.include <bsd.port.mk> |