460054ea1f
libsrs2 is the next generation SRS library from the original designer of SRS. It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair. Libsrs2 has been written from an entirely clean codebase with compliance, speed and versatility in mind. It is platform independent and has no external dependencies. It is thread-safe and heap-safe, and is suitable for large scale applications and embedded systems and can operate without many standard system facilities. ok jca
27 lines
380 B
Makefile
27 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2016/06/08 20:12:30 jung Exp $
|
|
|
|
COMMENT = SRS library
|
|
|
|
DISTNAME = libsrs2-1.0.18
|
|
|
|
SHARED_LIBS = srs2 0.0
|
|
|
|
CATEGORIES = mail
|
|
|
|
HOMEPAGE = http://www.libsrs2.org/
|
|
|
|
MAINTAINER = Joerg Jung <jung@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/srs/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|