diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /audio | |
parent | By default, KEYWORDS is a copy of CATEGORIES. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=1267
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gsm/Makefile | 6 | ||||
-rw-r--r-- | audio/maplay/Makefile | 4 | ||||
-rw-r--r-- | audio/nas/Makefile | 3 | ||||
-rw-r--r-- | audio/playmidi/Makefile | 3 | ||||
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | audio/s3mod/Makefile | 1 | ||||
-rw-r--r-- | audio/sox/Makefile | 3 | ||||
-rw-r--r-- | audio/tracker/Makefile | 3 | ||||
-rw-r--r-- | audio/xcd/Makefile | 1 | ||||
-rw-r--r-- | audio/xcdplayer/Makefile | 3 | ||||
-rw-r--r-- | audio/xmcd/Makefile | 3 |
11 files changed, 24 insertions, 10 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 8480a693bcb1..bf33fa93942b 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -3,12 +3,14 @@ # Date created: 5 January 1995 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/01/06 09:56:42 pst Exp $ # DISTNAME= gsm-1.0.4 -EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://gaia.cs.umass.edu/pub/hgschulz/nevot/ +CATEGORIES+= audio + +EXTRACT_SUFX= .tar.Z WRKSRC= ${WRKDIR}/gsm-1.0-pl4 .include <bsd.port.mk> diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 84c56562a8f5..cf9fe933976e 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -3,12 +3,14 @@ # Date created: Feb 13 1995 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/02/09 21:03:52 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/14 08:32:41 jkh Exp $ # DISTNAME= maplay1_2 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ +CATEGORIES+= audio + NO_WRKSUBDIR= yes PATCH_STRIP= -p2 diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 9828f518d685..017a828aa8b1 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -3,12 +3,13 @@ # Date created: 03 Nov 1994 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/11/04 01:53:27 jkh Exp $ # DISTNAME= nas-1.2p1 USE_IMAKE= yes ALL_TARGET= World MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/ +CATEGORIES+= audio .include <bsd.port.mk> diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index ba0b4919f935..dfdf0d8194b9 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -3,11 +3,12 @@ # Date created: 27 Feb 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1995/02/25 17:54:38 ats Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/27 20:23:12 ache Exp $ # DISTNAME= playmidi DISTFILES= playmidi-1.1.tar.gz MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +CATEGORIES+= audio .include <bsd.port.mk> diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index a0c3263c42cb..01e79b8c95f9 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -3,11 +3,13 @@ # Date created: 16 March 1995 # Whom: rmallory@csusb.edu # -# $Id: Makefile,v 1.0 1995/03/15 10:33:57 rmallory Exp $ +# $Id: Makefile,v 1.1.1.1 1995/03/17 05:53:41 swallace Exp $ # DISTNAME= rplay-3.2.0b2 MASTER_SITES= ftp://ftp.sdsu.edu/pub/rplay/ +CATEGORIES+= audio HAS_CONFIGURE= yes USE_GMAKE= yes + .include <bsd.port.mk> diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index c6267e15fe39..24b6f5171720 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -1,6 +1,7 @@ DISTNAME= s3mod-v1.08A DISTFILES= s3mod-v1.08A.tar.gz MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/ +CATEGORIES+= audio INSTALL_TARGET= install .include <bsd.port.mk> diff --git a/audio/sox/Makefile b/audio/sox/Makefile index c65b9bd6480e..9eac78101284 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -3,11 +3,12 @@ # Date created: 17 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.1.1.1 1994/10/23 01:16:14 torstenb Exp $ +# $Id: Makefile,v 1.2 1994/11/10 06:55:37 gpalmer Exp $ # DISTNAME= sox10p11 MASTER_SITES= ftp://nic.switch.ch/software/sources/audio/ +CATEGORIES+= audio EXTRACT_SUFX= .tar.Z pre-install: diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 23e7b1e11d34..bbba80f0554b 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -3,12 +3,13 @@ # Date created: 2 Oct 1994 # Whom: swallace # -# $Id: Makefile,v 1.14 1995/03/12 23:46:04 ache Exp $ +# $Id: Makefile,v 1.15 1995/03/17 19:18:25 ache Exp $ # DISTNAME= tracker DISTFILES= tracker-4.27.tar.Z MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/ +CATEGORIES+= audio USE_GMAKE= YES MAKE_FLAGS= MACHINE=freebsd CC=cc -f INSTALL_TARGET= install install.man diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index 9d0c2a05231b..cfb106c9b1ba 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,4 +1,5 @@ DISTNAME= xcd MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +CATEGORIES+= audio .include <bsd.port.mk> diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 8f7a98209487..f0a960f798fa 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -3,11 +3,12 @@ # Date created: 30 Sep 1994 # Whom: swallace # -# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# $Id: Makefile,v 1.4 1995/02/11 13:48:46 asami Exp $ # DISTNAME= xcdplayer-2.2 MASTER_SITES= ftp://dutepp0.et.tudelft.nl/pub/Unix/Sun/ +CATEGORIES+= audio USE_IMAKE= yes .include <bsd.port.mk> diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 22f55d9beb61..61cdaa4ece49 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,13 +3,14 @@ # Date created: 16 Februar 1995 # Whom: gena # -# $Id: Makefile,v 1.0 1995/02/16 21:44:00 gena Exp $ +# $Id: Makefile,v 1.1.1.1 1995/02/17 10:53:05 jkh Exp $ # DISTNAME= xmcd-1.4 DISTFILES= xmcd-1.4.tar.gz MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ +CATEGORIES+= audio USE_IMAKE= yes IS_INTERACTIVE= yes |