blob: b72d95d30416da411c5af462c0538a7ac47cd688 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: jesusr
PORTNAME= sipsak
PORTVERSION= 0.9.6
CATEGORIES= net
MASTER_SITES= BERLIOS
DISTFILES= sipsak-0.9.6-1.tar.gz
MAINTAINER= jesusr@FreeBSD.org
COMMENT= Small command line tool for SIP testing
BROKEN_FreeBSD_13= ld: error: duplicate symbol: address
BROKEN_FreeBSD_14= ld: error: duplicate symbol: address
USE_CSTD= gnu89
GNU_CONFIGURE= yes
PLIST_FILES= bin/sipsak \
man/man1/sipsak.1.gz
.include <bsd.port.mk>
|