mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
896ccebde2
- Add LICENSE - Convert to new LIB_DEPENDS format - Mark CONFLICTS_INSTALL with net/libexosip2-legacy Changes: http://git.savannah.gnu.org/cgit/exosip.git/tree/ChangeLog PR: ports/188315 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
27 lines
536 B
Makefile
27 lines
536 B
Makefile
# Created by: Muhammad Moinur Rahman <bd_subzero@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libeXosip2
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= SAVANNAH/exosip
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= GPL library that extends the capability of the oSIP library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libosip2.so:${PORTSDIR}/net/libosip2
|
|
|
|
CONFLICTS_INSTALL= libeXosip2-legacy-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
SHLIB_VER= 11
|
|
|
|
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|