2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Babak Farrokhi
|
2006-01-12 20:48:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tapidbus
|
|
|
|
PORTVERSION= 0.2.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2006-01-12 20:48:01 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/tapioca-voip/OldFiles
|
2006-01-12 20:48:01 +01:00
|
|
|
|
2009-03-09 20:29:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-01-12 20:48:01 +01:00
|
|
|
COMMENT= Abstraction layer for interprocess communication
|
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
2006-01-12 20:48:01 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-01-12 20:48:01 +01:00
|
|
|
USE_GMAKE= yes
|
2013-03-28 04:28:30 +01:00
|
|
|
USES= pathfix
|
2012-07-23 03:33:55 +02:00
|
|
|
USE_GNOME= glib20 gnomehack
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-07-26 07:40:22 +02:00
|
|
|
USE_PKGCONFIG= yes
|
2006-01-12 20:48:01 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|