mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
ChangeLog:
63cf61cf1e
Fix MacOS build.
PR: 272562
Reported by: jailbird@fdf.net (maintainer)
27 lines
495 B
Makefile
27 lines
495 B
Makefile
PORTNAME= sofia-sip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.13.16
|
|
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>
|