mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
23f2e9e696
tr runs without any LC_* set or it will fail. PR: 218040 Submitted by: mat Approved by: maintainer Sponsored by: Absolight
35 lines
694 B
Makefile
35 lines
694 B
Makefile
# Created by: Krzysztof Stryjek <ports@bsdserwis.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= postsrsd
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= ports@bsdserwis.com
|
|
COMMENT= Postfix Sender Rewriting Scheme daemon
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= help2man:misc/help2man
|
|
|
|
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_BOOL= ENABLE_DOCS
|
|
|
|
PLIST_FILES= sbin/postsrsd man/man8/postsrsd.8.gz
|
|
|
|
.include <bsd.port.mk>
|