freebsd-ports/sysutils/qpxtool/Makefile
Dmitry Marakasov ee525e14be - Update to 0.7.2
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Pass maintainership to submitter

PR:		182783
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2013-10-08 22:07:19 +00:00

28 lines
757 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= qpxtool
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION}
MAINTAINER= horia@racoviceanu.com
COMMENT= A GUI for testing CD/DVD quality and transfer rate
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USE_BZIP2= yes
USES= gmake
USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network sql
QT_NONSTANDARD= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= PREFIX=${PREFIX}
USE_LDCONFIG= yes
post-configure:
@${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \
${WRKSRC}/gui/Makefile
@${REINPLACE_CMD} -e 's|S_ISBLK|S_ISCHR|' \
${WRKSRC}/lib/qpxtransport/qpx_mmc.cpp
.include <bsd.port.mk>