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