diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /audio | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.zst freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip |
Convert all makefiles to new formats.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/audio/Makefile b/audio/Makefile index b7753ef25de9..27d46ce28e18 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,22 +1,20 @@ -# $Id: Makefile,v 1.21 1995/07/03 22:28:15 torstenb Exp $ -# -# RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted) -# -# BROKEN: gmod +# $Id: Makefile,v 1.22 1995/07/12 04:19:15 asami Exp $ # - SUBDIR += gsm - SUBDIR += maplay - SUBDIR += nas - SUBDIR += playmidi - SUBDIR += radio - SUBDIR += rplay - SUBDIR += rsynth - SUBDIR += s3mod - SUBDIR += sox - SUBDIR += tracker - SUBDIR += xcd - SUBDIR += xcdplayer - SUBDIR += xmix + BROKEN += gmod + SUBDIR += gsm + SUBDIR += maplay + SUBDIR += nas + SUBDIR += playmidi + SUBDIR += radio + SUBDIR += rplay + SUBDIR += rsynth + SUBDIR += s3mod + SUBDIR += sox + SUBDIR += tracker + SUBDIR += xcd + SUBDIR += xcdplayer +RESTRICTED += xmcd # needs Motif, xmcd itself isn't restricted + SUBDIR += xmix .include <bsd.port.subdir.mk> |