mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
724926ac15
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip (Also some white space fixes in dependent ports) Approved by: portmgr (implicit, bump unstaged port)
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# Created by: snowchyld
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libspf2
|
|
PORTVERSION= 1.2.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.libspf2.org/spf/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
|
|
|
LICENSE= BSD2CLAUSE LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-Query-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h
|
|
|
|
.include <bsd.port.mk>
|