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 /editors | |
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 'editors')
-rw-r--r-- | editors/axe/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 3 | ||||
-rw-r--r-- | editors/jove/Makefile | 3 | ||||
-rw-r--r-- | editors/mule-common/Makefile | 3 | ||||
-rw-r--r-- | editors/mule/Makefile | 3 | ||||
-rw-r--r-- | editors/uemacs/Makefile | 1 | ||||
-rw-r--r-- | editors/vile/Makefile | 3 | ||||
-rw-r--r-- | editors/xvile/Makefile | 3 |
12 files changed, 23 insertions, 11 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index 496d3538bb07..1334c7bd4e80 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -3,12 +3,13 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1995/01/04 07:39:52 jkh Exp $ # DISTNAME= aXe-6.1.2 DISTFILES= aXe-6.1.2.tar.Z USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 674fcd3c6e02..5d302f443272 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $ # DISTNAME= emacs-19.28 @@ -12,5 +12,6 @@ HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 674fcd3c6e02..5d302f443272 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $ # DISTNAME= emacs-19.28 @@ -12,5 +12,6 @@ HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 674fcd3c6e02..5d302f443272 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $ # DISTNAME= emacs-19.28 @@ -12,5 +12,6 @@ HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 674fcd3c6e02..5d302f443272 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $ # DISTNAME= emacs-19.28 @@ -12,5 +12,6 @@ HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 674fcd3c6e02..5d302f443272 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $ +# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $ # DISTNAME= emacs-19.28 @@ -12,5 +12,6 @@ HAS_CONFIGURE= yes STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors .include <bsd.port.mk> diff --git a/editors/jove/Makefile b/editors/jove/Makefile index e2e9736b560e..5d9231bb8b6d 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,11 +3,12 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1994/11/22 23:10:34 gpalmer Exp $ +# $Id: Makefile,v 1.9 1994/11/27 02:29:12 ats Exp $ # DISTNAME= jove-4.16beta MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ +CATEGORIES+= editors EXTRACT_SUFX= .tar.gz WRKSRC= ${WRKDIR}/jove-4.16beta .include <bsd.port.mk> diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 05feded6fc60..0d4b68ed540d 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -3,12 +3,13 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.9 1995/03/04 10:58:29 asami Exp $ +# $Id: Makefile,v 1.12 1995/03/28 06:21:04 asami Exp $ # DISTNAME= mule-2.2.2 DISTFILES= emacs-19.28.tar.gz MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors MAINTAINER= asami@FreeBSD.ORG USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 05feded6fc60..0d4b68ed540d 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,12 +3,13 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.9 1995/03/04 10:58:29 asami Exp $ +# $Id: Makefile,v 1.12 1995/03/28 06:21:04 asami Exp $ # DISTNAME= mule-2.2.2 DISTFILES= emacs-19.28.tar.gz MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES+= editors MAINTAINER= asami@FreeBSD.ORG USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index a2386c179c22..022b03d81bd2 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -6,6 +6,7 @@ DISTNAME= uemacs MASTER_SITES= ftp://midas.mgmt.purdue.edu/pub/ue312/ +CATEGORIES+= editors PATCH_STRIP= -p1 DISTFILES= ue312dev.zip EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip diff --git a/editors/vile/Makefile b/editors/vile/Makefile index c40137b4e0c1..ea9c151c9261 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -3,12 +3,13 @@ # Date created: Thu Feb 23, 1995 # Whom: pgf # -# $Id: Makefile,v 1.1.1.1 1995/02/27 23:00:36 jkh Exp $ +# $Id: Makefile,v 1.2 1995/02/27 23:15:01 jkh Exp $ # DISTNAME= vile-5.2 MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +CATEGORIES+= editors MAKEFILE= makefile GNU_CONFIGURE= YES diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index e3efdad161c3..b56fe4729465 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,12 +3,13 @@ # Date created: Tue Feb 21, 1995 # Whom: pgf # -# $Id: Makefile,v 1.1.1.1 1995/02/27 23:01:08 jkh Exp $ +# $Id: Makefile,v 1.2 1995/02/27 23:15:05 jkh Exp $ # PKGNAME= xvile-5.2 DISTNAME= vile-5.2 MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +CATEGORIES+= editors MAKEFILE= makefile GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=x11 |