rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

36 lines
788 B
Makefile

# $OpenBSD: Makefile,v 1.3 2018/01/11 19:27:03 rpe Exp $
COMMENT = SMTP proxy to verify or add DKIM signatures
DISTNAME = dkimproxy-1.4.1
REVISION = 1
CATEGORIES = mail
HOMEPAGE = http://dkimproxy.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dkimproxy/}
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Error \
devel/p5-Net-Server>=0.91 \
mail/p5-Mail-DKIM>=0.29
MODULES = perl
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/dkimproxy
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += perllibdir=${PREFIX}/${P5SITE}
PKG_ARCH = *
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dkimproxy
${INSTALL_DATA} ${WRKSRC}/[A-LN-Z]* ${WRKSRC}/smtpprox.* \
${PREFIX}/share/doc/dkimproxy
.include <bsd.port.mk>