mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
bc7d25420c
Changelog: https://github.com/freeswitch/sofia-sip/compare/v1.13.16...v1.13.17 PR: 274979 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D42534
28 lines
495 B
Makefile
28 lines
495 B
Makefile
PORTNAME= sofia-sip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.13.17
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= jailbird@fdf.net
|
|
COMMENT= Open-source SIP User-Agent library
|
|
WWW= https://github.com/freeswitch/sofia-sip/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf gmake gnome libtool pathfix pkgconfig ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= freeswitch
|
|
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB+= VER=${DISTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|