freebsd-ports/net/libexosip2/Makefile

26 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: libeXosip2
# Date created: 12 April 2006
# Whom: Muhammad Moinur Rahman <bd_subzero@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= libeXosip2
PORTVERSION= 3.0.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= exosip
MAINTAINER= bd_subzero@yahoo.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
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
.include <bsd.port.mk>