1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/mpiosh/Makefile
2021-04-06 16:31:07 +02:00

27 lines
641 B
Makefile

# 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>