freebsd-ports/net/sofia-sip/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

20 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= sofia-sip
PORTVERSION= 1.12.11
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source SIP User-Agent library
LICENSE= LGPL21
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
# Looks like GNU make(1) is needed for parallel (-jX) builds to work
USES= gmake libtool pathfix pkgconfig ssl
USE_GNOME= glib20
.include <bsd.port.mk>