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
|
2014-05-30 19:47:44 +02:00
|
|
|
PORTREVISION= 6
|
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
|
|
|
|
|
2014-05-30 19:47:44 +02:00
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
2006-01-12 20:48:01 +01:00
|
|
|
|
2014-05-30 19:47:44 +02:00
|
|
|
USES= pathfix pkgconfig gmake libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-28 18:56:37 +01:00
|
|
|
USE_GNOME= glib20
|
2014-05-30 19:47:44 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
- 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
|
2006-01-12 20:48:01 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|