freebsd-ports/mail/postsrsd/Makefile
Kubilay Kocak fa5a83264f mail/postsrsd: Remove USE_LDCONFIG
postsrsd does not install shared libraries but the port uses
USE_LDCONFIG causing the following warning:

ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory

Remove USE_LDCONFIG to compensate

PR:		211097
Reported by:	Miroslav Lachman <000.fbsd quip cz>
Approved by:	Krzysztof <ports bsdserwis com> (maintainer)
Approved by:	portmgr (blanket)
MFH:		2016Q3
2016-07-14 11:59:19 +00:00

36 lines
793 B
Makefile

# Created by: Krzysztof Stryjek <ports@bsdserwis.com>
# $FreeBSD$
PORTNAME= postsrsd
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= mail
MAINTAINER= ports@bsdserwis.com
COMMENT= Postfix Sender Rewriting Scheme daemon
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= help2man:misc/help2man \
base64:converters/base64
RUN_DEPENDS= base64:converters/base64
USE_GITHUB= yes
GH_ACCOUNT= roehling
USES= cmake pkgconfig
CMAKE_ARGS= --no-warn-unused-cli \
-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
USE_RC_SUBR= ${PORTNAME}
PORTDOCS= README.md main.cf.ex README_UPGRADE.md
OPTIONS_DEFINE= DOCS
DOCS_CMAKE_ON= -DENABLE_DOCS:STRING="ON"
PLIST_FILES= sbin/postsrsd man/man8/postsrsd.8.gz etc/postsrsd.secret
.include <bsd.port.mk>