summaryrefslogtreecommitdiff
path: root/audio/gsm/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
commitac3066bf75f468401e4a8243ba4ea731c187b370 (patch)
treee3a493de948df0105f48151974dbe8794e55fc20 /audio/gsm/Makefile
parentBy 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 '')
-rw-r--r--audio/gsm/Makefile6
1 files changed, 4 insertions, 2 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>