1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/sofia-sip/Makefile
Dustin Marquess bc7d25420c net/sofia-sip: Update to 1.13.17
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
2023-11-10 13:17:01 +01:00

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>