aboutsummaryrefslogtreecommitdiff
path: root/audio/mpiosh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpiosh/Makefile')
-rw-r--r--audio/mpiosh/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile
deleted file mode 100644
index 9cb5889e7613..000000000000
--- a/audio/mpiosh/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Sergey Akifyev <asa@gascom.ru>
-
-PORTNAME= mpiosh
-PORTVERSION= 0.7.1.p2
-PORTREVISION= 6
-CATEGORIES= audio
-MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2
-DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Digit@lway MPIO MP3 player tool
-
-USES= autoreconf iconv libtool readline
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
-
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in
-
-post-patch:
- @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am
-
-.include <bsd.port.mk>