# New ports collection makefile for: qpxtool # Date created: 23 Mar 2006 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= qpxtool PORTVERSION= 0.5.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= amdmi3@mail.ru COMMENT= A GUI for testing CD/DVD quality and transfer rate USE_BZIP2= yes USE_QT_VER= 3 MAKE_ENV+= QTDIR="${QT_PREFIX}" MAKE_ARGS+= CC="${CC}" CXX="${CXX}" PLIST_FILES= bin/qpxtool bin/pxcontrol PORTDOCS= README ChangeLog do-build: cd ${WRKSRC}/qpxtool && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} cd ${WRKSRC}/pxcontrol && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpxtool/qpxtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/pxcontrol/pxcontrol ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/qpxtool/${f} ${DOCSDIR} .endfor .endif .include /~lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update xorg x11 servers to 1.20.7Niclas Zeising2020-02-211-1/+1
* Switch all ports to use USES=xorg-catNiclas Zeising2019-11-041-1/+1
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-121-1/+1
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-08-011-2/+1
* Xorg-servers update to 1.18.4 with driver updates and revision bumps.Matthew Rezny2017-02-111-0/+1
* Update to 1.3.8Baptiste Daroussin2017-01-234-3/+32