summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-03-13 00:37:08 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-03-13 00:37:08 +0000
commit102b98876419e59178b06d754a6ecc0aa54d7690 (patch)
tree45fdad95b4db00913a3abdde9e27d7b49646711c /comms/mgetty+sendfax/Makefile
parentUpgrade to v12 (most of my patches applied by maintainer) (diff)
Upgrade to the latest official release (version 0.98)
Notes
Notes: svn path=/head/; revision=2832
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 14b5bea8e696..83397a6205de 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -1,28 +1,26 @@
# New ports collection makefile for: mgetty+sendfax
-# Version required: 0.22
+# Version required: 0.98
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.8 1995/04/15 04:58:59 asami Exp $
#
-DISTNAME= mgetty-0.22
+DISTNAME= mgetty-0.98
CATEGORIES+= comms
-MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/
-DISTFILES= mgetty+sendfax-0.22.tar.gz
+MASTER_SITES= ftp://ftp.leo.org/pub/comp/networking/communication/modem/mgetty/
+DISTFILES= mgetty+sendfax-0.98.tar.gz
MAINTAINER= jmz@FreeBSD.org
-MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f
-USE_GMAKE= yes
+MAKE_FLAGS= prefix=${PREFIX} -f
+
IS_INTERACTIVE= yes
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/info
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/man/man4
@(cd ${WRKSRC}/doc; ${GMAKE} manpages)
+post-install:
+ @(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; /usr/bin/perl INSTALL _ POST-INSTALL)
+
.include <bsd.port.mk>