summaryrefslogtreecommitdiff
path: root/mail/mini_sendmail/Makefile.common
blob: 66bbeb8c64c9efd178bd7e7485d0ec22f2aa46f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $NetBSD: Makefile.common,v 1.9 2004/01/23 11:27:30 jmmv Exp $
#

DISTNAME=	mini_sendmail-1.3.2
CATEGORIES=	mail
MASTER_SITES=	http://www.acme.com/software/mini_sendmail/

MAINTAINER=	is@NetBSD.org
HOMEPAGE=	http://www.acme.com/software/mini_sendmail/
COMMENT=	Accept email on behalf of the real sendmail without spooling

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_BUILDLINK3=	yes

FILESDIR=	${.CURDIR}/../mini_sendmail/files

EGDIR=		${PREFIX}/share/examples/mini_sendmail

INSTALLATION_DIRS=	man/man8 sbin

.include "../../mk/bsd.prefs.mk"

.if (${OPSYS} == SunOS)
MAKE_ENV+="SYSV_LIBS=-lsocket -lnsl"
.endif

post-build:
	${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
	    <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf

post-install:
	${INSTALL_DATA_DIR} ${EGDIR}
	${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EGDIR}

.include "../../mk/bsd.pkg.mk"