diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-03 03:43:29 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-03 03:43:29 +0800 |
commit | 5003ecf1478b1c48d04cd21d5e899643508ca37e (patch) | |
tree | ce6c783f268f40d63bd8ccc44b3478716c1dea51 /comms/bayonne/Makefile | |
parent | 2f67a5e18f2930a6b035b16a26abe5b999e07117 (diff) | |
download | freebsd-ports-gnome-5003ecf1478b1c48d04cd21d5e899643508ca37e.tar.gz freebsd-ports-gnome-5003ecf1478b1c48d04cd21d5e899643508ca37e.tar.zst freebsd-ports-gnome-5003ecf1478b1c48d04cd21d5e899643508ca37e.zip |
New Port: comms/bayonne
Multi-line general purpose voice telephony server
PR: 21327
Submitted by: David Sugar <dyfet@ostel.com>
Diffstat (limited to 'comms/bayonne/Makefile')
-rw-r--r-- | comms/bayonne/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/comms/bayonne/Makefile b/comms/bayonne/Makefile new file mode 100644 index 000000000000..6558a8b255ac --- /dev/null +++ b/comms/bayonne/Makefile @@ -0,0 +1,35 @@ +# 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> |