mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
2fd1de22eb
PR: ports/164806 Submitted by: Muhammad Moinur Rahman, 5u623l20 at gmail.com
31 lines
690 B
Makefile
31 lines
690 B
Makefile
# New ports collection makefile for: libeXosip2
|
|
# Date created: 12 April 2006
|
|
# Whom: 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>
|