mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
19 lines
265 B
Makefile
19 lines
265 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
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
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|