1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net/sipsak/Makefile

20 lines
332 B
Makefile
Raw Normal View History

2013-07-30 12:43:10 +00:00
# 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
2013-07-30 12:43:10 +00:00
USE_CSTD= gnu89
GNU_CONFIGURE= yes
2014-01-31 09:46:10 +00:00
PLIST_FILES= bin/sipsak \
man/man1/sipsak.1.gz
.include <bsd.port.mk>