summaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r--net/libosip2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
deleted file mode 100644
index b91fcba739fe..000000000000
--- a/net/libosip2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: libosip
-# Date created: Jun 14, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libosip
-PORTVERSION= 0.9.7
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= osip
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= oSIP is an implementation of SIP
-
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-INSTALLS_SHLIB= yes
-
-MAN1= osip.1
-
-post-patch:
- @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>