summaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r--net/libosip2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
new file mode 100644
index 000000000000..18fc1048cc24
--- /dev/null
+++ b/net/libosip2/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: libosip
+# Date created: Jun 14, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libosip
+PORTVERSION= 0.8.6
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= osip
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s/-lpthread/${PTHREAD_LIBS}/g" ${WRKSRC}/configure
+
+.include <bsd.port.mk>