mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21dd93001c
Multi-line general purpose voice telephony server PR: 21327 Submitted by: David Sugar <dyfet@ostel.com>
36 lines
812 B
Makefile
36 lines
812 B
Makefile
# New ports collection makefile for: bayonne
|
|
# Date created: 10 September 2000
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bayonne
|
|
PORTVERSION= 0.5.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://www.voxilla.org/pub/bayonne/
|
|
|
|
MAINTAINER= dyfet@gnu.org
|
|
|
|
LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp \
|
|
ccscript.0:${PORTSDIR}/lang/ccscript \
|
|
ccaudio.0:${PORTSDIR}/audio/ccaudio \
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
PLIST_SUB= BAYONNE_VERSION=%{PORT_VERSION}
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
's|-release \$$\(LT_RELEASE\)||g'
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|