freebsd-ports/mail/mailagent/Makefile
Masafumi Max NAKANE 931957769b Hardcode ${PREFIX}/bin as the directory where perl5 is instead of
dynamically set it.
Suggested by:	asami

Instead of explicitly specifying the path in MAKE_ENV, just retrieve it from
the env. var.

Move the comment about MAN1 var to the front of the variable definition.
1997-06-02 18:33:30 +00:00

45 lines
1.3 KiB
Makefile

# New ports collection makefile for: mailagent
# Version required: 3.0pl56
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.16 1997/05/25 18:29:05 max Exp $
#
DISTNAME= mailagent-3.0@56
PKGNAME= mailagent-3.0.56
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/RAM/
MAINTAINER= max@FreeBSD.ORG
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
NO_PACKAGE= "Correct FQDN needs to be hardcoded"
IS_INTERACTIVE= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -dres \
-Dperlpath='${PERLPATH}/perl' \
-Dutmp='/var/run/utmp' \
-Dprefix='${PREFIX}' -Dmansrc='${PREFIX}/man/man1' \
-Dnotifypatches='false'
MAKE_ENV= PATH=${PERLPATH}:${PATH}
INSTALL_TARGET= install install.man
# Note that mailhelp.1 is intentionally left uncompressed as it is referred
# from several other man pages with .so macro.
MAN1= edusers.1 mailagent.1 maildist.1 \
maillist.1 mailpatch.1 package.1
PERLPATH?= ${PREFIX}/bin
pre-extract:
@if [ `/bin/sh -c umask` != 0022 ]; then \
echo "Please set umask to 022 before running make,"; \
echo "or mailagent will not build successfully."; \
false; fi
.include <bsd.port.mk>