summaryrefslogtreecommitdiffstats
path: root/mail/mailagent/Makefile
blob: 3f1fdedb778f8fffd802b98a04fecf3c57c567a8 (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
37
38
39
40
41
42
43
44
45
# 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.13 1997/04/30 03:18:05 asami Exp $
#

DISTNAME=	mailagent-3.0pl56
PKGNAME=	mailagent-3.0.56
CATEGORIES=	mail
MASTER_SITES=	http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \
		${MASTER_SITE_LOCAL}

MAINTAINER=	max@FreeBSD.ORG

RUN_DEPENDS=	perl5.003:${PORTSDIR}/lang/perl5
BUILD_DEPENDS=	perl5.003:${PORTSDIR}/lang/perl5

NO_PACKAGE=	"Correct FQDN needs to be hardcoded"
WRKSRC=		${WRKDIR}/mailagent-3.0
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}:/bin:/sbin:/usr/bin:/usr/sbin
INSTALL_TARGET=	install install.man

MAN1=			edusers.1 mailagent.1 maildist.1  \
			maillist.1 mailpatch.1 package.1
# Note that mailhelp.1 is intentionally left uncompressed as it is referred
# from several other man pages with .so macro.
PERLPATH!=	dirname `which perl5.003`

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>
OpenPOWER on IntegriCloud