1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/libsrs_alt/Makefile
Renato Botelho fd7a5c8298 This is a complete standalone C implementation of the SRS (Sender
Rewriting Scheme) and includes a command line utility and daemon,
test utility and static and dynamic libraries. SRS is a stop-gap
for users of SPF (Sender Policy Framework).

WWW: http://srs.mirtol.com

PR:		ports/94831
Submitted by:	Simon Dick <simond@irrelevant.org>
2006-03-23 20:54:27 +00:00

36 lines
773 B
Makefile

# New ports collection makefile for: libsrs_alt
# Date created: 22 March 2006
# Whom: Simon Dick <simond@irrelevant.org>
#
# $FreeBSD$
#
PORTNAME= libsrs_alt
DISTVERSION= 1.0rc1a
CATEGORIES= mail
MASTER_SITES= http://srs.mirtol.com/
MAINTAINER= simond@irrelevant.org
COMMENT= Sender Rewriting Scheme C Implementation
USE_BZIP2= yes
INSTALLS_SHLIB= yes
SHLIB_MAJOR= 1
GNU_CONFIGURE= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
OPTIONS= COMPAT_BASE64 "Enable MTA Friendly base64 compatibility mode" Off
.include <bsd.port.pre.mk>
.if defined(WITH_COMPAT_BASE64)
CONFIGURE_ARGS+= --with-base64compat
.endif
post-patch:
@${REINPLACE_CMD} -E 's,^(test_LDFLAGS.*$$),\1 -lcompat,' \
${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>