pkgsrc/mail/mini_sendmail/Makefile.common

29 lines
726 B
Makefile
Raw Normal View History

2003-02-22 23:14:44 +01:00
# $NetBSD: Makefile.common,v 1.4 2003/02/22 22:14:44 is 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
2003-02-15 23:34:24 +01:00
FILESDIR= ${.CURDIR}/../mini_sendmail/files
2003-02-22 23:14:44 +01:00
BUILD_DEFS+= USE_INET6
2003-02-18 17:13:03 +01:00
.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.mini_sendmail
post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf.mini_sendmail ${PREFIX}/etc
.include "../../mk/bsd.pkg.mk"