opnsense-ports/net/sofia-sip/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
412 B
Makefile

# $FreeBSD$
PORTNAME= sofia-sip
PORTVERSION= 1.12.11
PORTREVISION= 1
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
USE_OPENSSL= yes
USE_GNOME= glib20
.include <bsd.port.mk>