summaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r--net/libosip2/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
index fb1d3f15ca56..8d0ff6157c4e 100644
--- a/net/libosip2/Makefile
+++ b/net/libosip2/Makefile
@@ -7,24 +7,20 @@
#
PORTNAME= libosip2
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNU} \
- http://osip.atosc.org/download/%SUBDIR%/
-MASTER_SITE_SUBDIR= osip
+MASTER_SITES= http://osip.atosc.org/download/osip/
MAINTAINER= ports@FreeBSD.org
-COMMENT= oSIP is an implementation of SIP
+COMMENT= A low layer of SIP implementation
USE_REINPLACE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALLS_SHLIB= yes
-MAN1= osip.1
-
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure