1996-09-28 23:26:48 -04:00
|
|
|
# New ports collection makefile for: mailagent
|
1997-01-16 04:53:28 -05:00
|
|
|
# Version required: 3.0pl53+unofficial-patch
|
1996-09-28 23:26:48 -04:00
|
|
|
# Date created: 23 Sep 1996
|
|
|
|
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
|
|
|
|
#
|
1997-01-16 04:53:28 -05:00
|
|
|
# $Id: Makefile,v 1.5 1996/12/08 01:44:51 max Exp $
|
1996-09-28 23:26:48 -04:00
|
|
|
#
|
|
|
|
|
1997-01-16 04:53:28 -05:00
|
|
|
DISTNAME= mailagent-3.0pl53
|
|
|
|
PKGNAME= mailagent-3.0.53
|
1996-11-10 16:32:56 -05:00
|
|
|
CATEGORIES= mail
|
1997-01-16 04:53:28 -05:00
|
|
|
MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \
|
|
|
|
ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS
|
|
|
|
|
|
|
|
PATCHFILES= mailagent-3.0pl53-unoff-patch.gz
|
|
|
|
PATCH_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
|
1996-09-28 23:26:48 -04:00
|
|
|
|
|
|
|
MAINTAINER= max@FreeBSD.ORG
|
|
|
|
|
|
|
|
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
|
|
|
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/mailagent-3.0
|
|
|
|
|
1996-12-07 20:45:16 -05:00
|
|
|
NO_PACKAGE= "Correct FQDN needs to be hardcoded"
|
1996-09-28 23:26:48 -04:00
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
CONFIGURE_ARGS= -dres \
|
1997-01-16 04:53:28 -05:00
|
|
|
-Dperlpath='${PERLPATH}/perl' \
|
1996-09-28 23:26:48 -04:00
|
|
|
-Dutmp='/var/run/utmp' \
|
|
|
|
-Dprefix='${PREFIX}' -Dmansrc='${PREFIX}/man/man1' \
|
|
|
|
-Dnotifypatches='false'
|
1997-01-16 04:53:28 -05:00
|
|
|
MAKE_ENV= PATH=${PERLPATH}:/bin:/sbin:/usr/bin:/usr/sbin
|
1996-09-28 23:26:48 -04:00
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
|
1996-11-17 02:42:58 -05:00
|
|
|
MAN1= edusers.1 mailagent.1 maildist.1 \
|
|
|
|
maillist.1 mailpatch.1 package.1
|
1996-09-28 23:26:48 -04:00
|
|
|
# Note that mailhelp.1 is intentionally left uncompressed as it is referred
|
|
|
|
# from several other man pages with .so macro.
|
1997-01-16 04:53:28 -05:00
|
|
|
PERLPATH!= dirname `which perl5.003`
|
1996-09-28 23:26:48 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|