diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-08 22:07:19 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-08 22:07:19 +0000 |
| commit | ee525e14befad8af7966350b7b99b4a6ea360fa7 (patch) | |
| tree | e97a4a5a443b055de022d07f6eb03e6fd4ce83de /sysutils/qpxtool/Makefile | |
| parent | 583f51696e7806753d4ec724859e4ab3476c3ab6 (diff) | |
Notes
Diffstat (limited to 'sysutils/qpxtool/Makefile')
| -rw-r--r-- | sysutils/qpxtool/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/qpxtool/Makefile b/sysutils/qpxtool/Makefile index a1ff090ed7a8..b41e28307353 100644 --- a/sysutils/qpxtool/Makefile +++ b/sysutils/qpxtool/Makefile @@ -2,29 +2,23 @@ # $FreeBSD$ PORTNAME= qpxtool -DISTVERSION= 0.7.1_002 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= A GUI for testing CD/DVD quality and transfer rate -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USE_BZIP2= yes -USE_GMAKE= yes -USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network +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 -MAN1= f1tattoo.1 cdvdcontrol.1 qscan.1 readdvd.1 qpxtool.1 qscand.1 -MAN8= pxfw.8 -MANCOMPRESSED= yes - -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \ ${WRKSRC}/gui/Makefile |
