aboutsummaryrefslogtreecommitdiff
path: root/audio/play/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/play/Makefile')
-rw-r--r--audio/play/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile
deleted file mode 100644
index 5512670547e1..000000000000
--- a/audio/play/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Masanori Kiriake <seiken@nbs.co.jp>
-
-PORTNAME= play
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= PORTS_JP
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple audio file player
-
-CONFLICTS= sox-[0-9]*
-
-USES= uidfix
-MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin"
-# XXX PIE static libraries are not supported by base system /usr/share/mk
-MAKE_ARGS+= WITHOUT_PIE=true
-
-PLIST_FILES= bin/play man/ja/man1/play.1.gz
-
-post-patch:
-.for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c
- @${REINPLACE_CMD} '/soundcard\.h/s,machine,sys,' ${WRKSRC}/${file}
-.endfor
-
-.include <bsd.port.mk>