aboutsummaryrefslogtreecommitdiffstats
path: root/net/sipsak/Makefile
blob: 4d3e4dbfb6984cd4d4a5e9399164f21cb7367b66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: jesusr
# $FreeBSD$

PORTNAME=   sipsak
PORTVERSION=    0.9.6
DISTFILES=  sipsak-0.9.6-1.tar.gz
CATEGORIES= net
MASTER_SITES=   BERLIOS

MAINTAINER= jesusr@FreeBSD.org
COMMENT=    Small command line tool for SIP testing

USE_CSTD=   gnu89
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/sipsak \
        man/man1/sipsak.1.gz

.include <bsd.port.mk>