diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
commit | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch) | |
tree | fc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /comms | |
parent | 2aa1428ec175749eedeb8e8e43420e2f545e475f (diff) | |
download | freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.zst freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ecu/Makefile | 1 | ||||
-rw-r--r-- | comms/kermit/Makefile | 1 | ||||
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 1 | ||||
-rw-r--r-- | comms/seyon/Makefile | 1 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile index 02436008a00d..f6b54a79cdfa 100644 --- a/comms/ecu/Makefile +++ b/comms/ecu/Makefile @@ -6,6 +6,7 @@ DISTNAME= ecu-3.33 EXTRACT_SUFX= .cpio.Z MASTER_SITES= ftp://ftp.kiae.su/unix/comm/ +CATEGORIES+= comms EXTRACT_CMD= (zcat | cpio -idm) EXTRACT_ARGS= < HAS_CONFIGURE= YES diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 6f1271e7aaf5..27e6885a5e52 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -5,6 +5,7 @@ # Changed: ats, Nov 16, 1994 # MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ +CATEGORIES+= comms DISTNAME= cku190 EXTRACT_SUFX= .tar.gz NO_WRKSUBDIR= diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 241b29b69ddf..29eccfcf2d54 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,6 +1,7 @@ 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 MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f USE_GMAKE= yes IS_INTERACTIVE= yes diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 0402deeaa344..1b40219cd14e 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -11,6 +11,7 @@ DISTFILES= Seyon-2.14b-tar.Z WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/ +CATEGORIES+= comms MAINTAINER= me@FreeBSD.org .include <bsd.port.mk> diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 8047df46910b..8d2c9691fb03 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -1,5 +1,6 @@ DISTNAME= g3view-1.8 MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/ +CATEGORIES+= x11 pre-install: @mkdir -p ${PREFIX}/bin |