mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
165fbc8156
Approved by: portmgr (blanket)
26 lines
642 B
Makefile
26 lines
642 B
Makefile
PORTNAME= sipsak
|
|
DISTVERSION= 0.9.8.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/nils-ohlmeier/sipsak/releases/download/${DISTVERSION}/
|
|
|
|
MAINTAINER= jesusr@FreeBSD.org
|
|
COMMENT= Small command line tool for SIP testing
|
|
WWW= https://github.com/nils-ohlmeier/sipsak
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/sipsak \
|
|
share/man/man1/sipsak.1.gz
|
|
|
|
OPTIONS_DEFINE= CARES GNUTLS
|
|
OPTIONS_DEFAULT= CARES GNUTLS
|
|
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
|
|
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
|
.include <bsd.port.mk>
|