2013-09-20 14:36:35 +00:00
|
|
|
# Created by: Sergey Akifyev <asa@gascom.ru>
|
2003-12-07 14:14:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mpiosh
|
2004-05-31 12:20:13 +00:00
|
|
|
PORTVERSION= 0.7.1.p2
|
2014-07-28 19:11:35 +00:00
|
|
|
PORTREVISION= 3
|
2003-12-07 14:14:21 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2
|
2004-05-31 12:20:13 +00:00
|
|
|
DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}
|
2003-12-07 14:14:21 +00:00
|
|
|
|
2006-11-12 19:01:29 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-07 14:14:21 +00:00
|
|
|
COMMENT= Digit@lway MPIO MP3 player tool
|
|
|
|
|
2014-12-18 11:03:03 +00:00
|
|
|
USES= autoreconf iconv libtool readline
|
2003-12-07 14:14:21 +00:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-12-18 11:03:03 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-12-07 14:14:21 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2013-09-04 18:06:07 +00:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
2003-12-07 14:14:21 +00:00
|
|
|
|
2009-03-09 17:15:43 +00:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in
|
|
|
|
|
|
|
|
post-patch:
|
2013-09-04 18:06:07 +00:00
|
|
|
@${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am
|
2009-03-09 17:15:43 +00:00
|
|
|
|
2014-07-28 19:11:35 +00:00
|
|
|
.include <bsd.port.mk>
|