pkgsrc/mail/mini_sendmail/Makefile.common

29 lines
750 B
Text
Raw Normal View History

# $NetBSD: Makefile.common,v 1.19 2020/01/26 17:31:35 rillig Exp $
#
2005-06-30 00:01:19 +02:00
DISTNAME= mini_sendmail-1.3.6
CATEGORIES= mail
MASTER_SITES= http://www.acme.com/software/mini_sendmail/
2010-02-26 21:11:51 +01:00
LICENSE= 2-clause-bsd
2003-07-17 23:41:05 +02:00
MAINTAINER= is@NetBSD.org
HOMEPAGE= https://www.acme.com/software/mini_sendmail/
2003-09-21 13:15:21 +02:00
COMMENT= Accept email on behalf of the real sendmail without spooling
2003-02-15 23:34:24 +01:00
FILESDIR= ${.CURDIR}/../mini_sendmail/files
2010-02-26 20:45:11 +01:00
EGDIR= share/examples/mini_sendmail
2010-02-26 20:45:11 +01:00
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin ${EGDIR}
2016-02-25 16:00:50 +01:00
MAKE_ENV.SunOS+= "SYSV_LIBS=-lsocket -lnsl"
2003-02-18 17:13:03 +01:00
post-build:
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
<${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf
post-install:
2010-02-26 20:45:11 +01:00
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${DESTDIR}${PREFIX}/${EGDIR}
.include "../../mk/bsd.pkg.mk"