mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
a88b598dd6
- Convert to USES
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sofia-sip
|
|
PORTVERSION= 1.12.11
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open-source SIP User-Agent library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
# Looks like GNU make(1) is needed for parallel (-jX) builds to work
|
|
USES= gmake pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|