mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
35 lines
781 B
Makefile
35 lines
781 B
Makefile
# New ports collection makefile for: tapidbus
|
|
# Date created: 2006-01-11
|
|
# Whom: Babak Farrokhi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tapidbus
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= tapioca-voip
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Abstraction layer for interprocess communication
|
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig glib20 gnomehack
|
|
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>
|