aboutsummaryrefslogtreecommitdiff
path: root/mail/libsrs2/Makefile
blob: e8a879a53b066cafe706bdebdfe85bc9dd83e290 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: snowchyld
# $FreeBSD$

PORTNAME=		libsrs2
PORTVERSION=		1.0.18
PORTREVISION=		2
CATEGORIES=		mail
MASTER_SITES=		http://www.libsrs2.org/%SUBDIR%/
MASTER_SITE_SUBDIR=	srs

MAINTAINER=		pi@FreeBSD.org
COMMENT=		Sender Rewriting Scheme 2 C Implementation

CONFLICTS=		p5-Mail-SRS*

USES=		libtool:keepla
USE_LDCONFIG=	yes
GNU_CONFIGURE=		yes

post-stage:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0

.include <bsd.port.mk>