blob: 207e3b028c26f5762bfda5c7f167325e5a894c76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: sipsak
# Date created: 2003-06-30
# Whom: jesusr
#
# $FreeBSD$
#
PORTNAME= sipsak
PORTVERSION= 0.9.6
DISTFILES= sipsak-0.9.6-1.tar.gz
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/sipsak/
MAINTAINER= jesusr@FreeBSD.org
COMMENT= Small command line tool for SIP testing
GNU_CONFIGURE= yes
MAN1= sipsak.1
PLIST_FILES= bin/sipsak
.include <bsd.port.mk>
|