diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-05 23:56:59 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-05 23:56:59 +0000 |
commit | fc5c8635858cf4dd575e37ca5d56ed4771ec3aa4 (patch) | |
tree | a0827fb68746e9352cc97a337fcb86f19b693733 /net/siproxd/Makefile | |
parent | 2dc455e7367fe609017d5c4b7b2f9297c76c1521 (diff) | |
download | ports-fc5c8635858cf4dd575e37ca5d56ed4771ec3aa4.tar.gz ports-fc5c8635858cf4dd575e37ca5d56ed4771ec3aa4.zip |
Notes
Diffstat (limited to 'net/siproxd/Makefile')
-rw-r--r-- | net/siproxd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index 58e678487a26..6c0894a1dfc4 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -6,18 +6,16 @@ # PORTNAME= siproxd -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= siproxd +MASTER_SITES= SF MAINTAINER= frank@dynamical-systems.org COMMENT= A proxy/masquerading daemon for the SIP protocol -LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 +LIB_DEPENDS= osip2.4:${PORTSDIR}/net/libosip USE_GCC= 3.2+ -USE_GETOPT_LONG=yes USE_RC_SUBR= siproxd.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --with-libosip-prefix=${PREFIX} |