pkgsrc/mail/mailagent/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

45 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:33 rillig Exp $
DISTNAME= mailagent-3.0.73
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/by-module/by-authors\/id\/RAM/g}
MAINTAINER= itojun@itojun.org
COMMENT= Sophisticated automatic mail-processing tool
USE_TOOLS+= perl:run
NO_PACKAGE= "Correct FQDN needs to be hardcoded"
INTERACTIVE_STAGE= configure
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -dres
CONFIGURE_ARGS+= -Dperlpath=${PERL5:Q}
CONFIGURE_ARGS+= -Dutmp='/var/run/utmp'
CONFIGURE_ARGS+= -Dprefix=${PREFIX:Q}
CONFIGURE_ARGS+= -Dmansrc=${PREFIX:Q}/man/man1
CONFIGURE_ARGS+= -Dnotifypatches='false'
MAKE_ENV+= PATH=`${DIRNAME} ${PERL5}`:${PATH}
INSTALL_TARGET= install install.man
pre-extract:
@if [ `${SH} -c umask` != 0022 ]; then \
${ECHO} "Please set umask to 022 before running make,"; \
${ECHO} "or mailagent will not build successfully."; \
${FALSE}; fi
@if [ `${ID} -u` = 0 ]; then \
${ECHO} "Do not build mailagent as root or it won't pass the sanity tests."; \
${FALSE}; fi
pre-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/pre-configure
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mailagent
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mailagent/misc
${CP} -pR ${WRKSRC}/misc/* ${PREFIX}/share/examples/mailagent/misc
@${LN} -fs ${PREFIX}/lib/mailagent/examples \
${PREFIX}/share/examples/mailagent/agent
.include "../../mk/bsd.pkg.mk"