# 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 main'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
ea8ff22cff3d553574b25de8cfd89024ab2cb22e'>Add NO_STAGE all over the place in preparation for the staging support (cat: ...
Commit message (Expand)AuthorAgeFilesLines
* Remove dead site (ftp.kaist.ac.kr)ehaupt2011-07-291-2/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Reset cjh due to inactivity. We hope to see him back again soon.linimon2010-01-032-4/+1
* SHA256ifyedwin2006-01-221-0/+1
bapt2013-09-211-5/+2
* Fix typos in COMMENTcs2012-07-251-1/+1
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Add -q option to silence output to syslogavl2009-06-032-13/+16
* - Fix source bind address using -b option.lippe2008-09-03