33bd68de4b
from markus@, maintainer timeout
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/07/08 07:41:00 sturm Exp $
|
|
|
|
COMMENT= "SIP swiss army knife"
|
|
|
|
DISTNAME= sipsak-0.8.13
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://sipsak.org/
|
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c crypto
|
|
|
|
MASTER_SITES= http://download.berlios.de/sipsak/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|