diff options
-rw-r--r-- | comms/kermit/Makefile | 7 | ||||
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 16 |
2 files changed, 18 insertions, 5 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 27e6885a5e52..722233fdb4f9 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -4,10 +4,13 @@ # Whom: pst # Changed: ats, Nov 16, 1994 # -MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ -CATEGORIES+= comms + DISTNAME= cku190 +PKGNAME= kermit-5a.190 +CATEGORIES+= comms +MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ EXTRACT_SUFX= .tar.gz + NO_WRKSUBDIR= .include <bsd.port.mk> diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index a5ce91b9e967..14b5bea8e696 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,11 +1,21 @@ +# New ports collection makefile for: mgetty+sendfax +# Version required: 0.22 +# Date created: 21 September 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= mgetty-0.22 -DISTFILES= mgetty+sendfax-0.22.tar.gz -MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/ CATEGORIES+= comms +MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/networking/communication/modem/mgetty/ +DISTFILES= mgetty+sendfax-0.22.tar.gz + +MAINTAINER= jmz@FreeBSD.org + MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f USE_GMAKE= yes IS_INTERACTIVE= yes -MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/bin |