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 /cad | |
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 'cad')
-rw-r--r-- | cad/acs/Makefile | 1 | ||||
-rw-r--r-- | cad/irsim/Makefile | 3 | ||||
-rw-r--r-- | cad/magic/Makefile | 3 | ||||
-rw-r--r-- | cad/pcb/Makefile | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index 18b9ff0c85dd..8416604d621f 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -6,5 +6,6 @@ DISTNAME= acs016 MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ +CATEGORIES+= cad .include <bsd.port.mk> diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 2736077c212a..3f961696cd91 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -3,12 +3,13 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/19 06:01:04 swallace Exp $ # DISTNAME= irsim-9.2 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +CATEGORIES+= cad WRKSRC= ${.CURDIR}/work/irsim .include <bsd.port.mk> diff --git a/cad/magic/Makefile b/cad/magic/Makefile index c3bd505a54c2..2e643ca54bc0 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -3,12 +3,13 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.1.1.1 1994/12/18 21:12:08 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/13 13:19:22 ats Exp $ # DISTNAME= magic-6.4.4 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +CATEGORIES+= cad USE_GMAKE= yes install: diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 80666e0fc3cd..9b54ea027aec 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,11 +3,12 @@ # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.6 1995/02/18 01:36:19 ats Exp $ +# $Id: Makefile,v 1.7 1995/03/28 01:37:43 gpalmer Exp $ # DISTNAME= pcb-1.2.patch_03 MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/ +CATEGORIES+= cad EXTRACT_SUFX= .tar.gz EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 MAKE_FLAGS= -f |