2000-11-02 19:43:29 +00:00
|
|
|
# New ports collection makefile for: bayonne
|
|
|
|
# Date created: 10 September 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bayonne
|
|
|
|
PORTVERSION= 0.5.3
|
2003-07-14 02:53:03 +00:00
|
|
|
PORTREVISION= 1
|
2000-11-02 19:43:29 +00:00
|
|
|
CATEGORIES= comms
|
2003-01-23 22:35:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://www.voxilla.org/pub/bayonne/
|
|
|
|
MASTER_SITE_SUBDIR= ../old-gnu/bayonne
|
2000-11-02 19:43:29 +00:00
|
|
|
|
2003-02-17 18:45:57 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Multi-line general purpose voice telephony server
|
2003-02-17 18:45:57 +00:00
|
|
|
|
|
|
|
BROKEN= "Port is outdated and there is no known working Hardware for FreeBSD > 4.4"
|
2000-11-02 19:43:29 +00:00
|
|
|
|
2003-03-28 13:34:25 +00:00
|
|
|
LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp \
|
2001-08-26 03:19:54 +00:00
|
|
|
ccscript-1.4.0:${PORTSDIR}/lang/ccscript \
|
2003-07-14 02:53:03 +00:00
|
|
|
ccaudio.0:${PORTSDIR}/audio/ccaudio
|
2000-11-02 19:43:29 +00:00
|
|
|
|
2003-07-14 02:53:03 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2000-11-02 19:43:29 +00:00
|
|
|
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}
|
|
|
|
|
2003-01-23 22:35:32 +00:00
|
|
|
MAN8= bayonne.8
|
|
|
|
|
2000-11-02 19:43:29 +00:00
|
|
|
post-extract:
|
2003-01-23 22:35:32 +00:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
2000-11-02 19:43:29 +00:00
|
|
|
's|-release \$$\(LT_RELEASE\)||g'
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|