freebsd-ports/net/sofia-sip/Makefile
Martin Wilke a88b598dd6 - Stage Support
- Convert to USES
2014-01-31 12:14:30 +00:00

19 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>