2d8b17ea39
With hat: portmgr
26 lines
607 B
Makefile
26 lines
607 B
Makefile
# Created by: Muhammad Moinur Rahman <bd_subzero@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libeXosip2
|
|
PORTVERSION= 3.6.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= SAVANNAH/exosip
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= GPL library that extends the capability of the oSIP library
|
|
|
|
LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace
|
|
USE_LDCONFIG= yes
|
|
SHLIB_VER= 9
|
|
|
|
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/HAVE_OPENSSL/d' ${WRKSRC}/config.h.in
|
|
|
|
.include <bsd.port.mk>
|