1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/mpiosh/Makefile
Daniel Engberg 41dec1283d audio/mpiosh: Deprecate and set expiration date to 2021-12-31
Abandoned upstream, no new release since 2004
Supported battery powered media (MP3) players are over 15y old by
now and ranging between 64-512Mbyte in storage capacity

PR:		258644
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D32046
2021-09-24 23:10:15 +02:00

30 lines
727 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
DEPRECATED= Abandoned upstream, no new release since 2004
EXPIRATION_DATE=2021-12-31
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>