freebsd-ports/sysutils/pbreg/Makefile
Kris Moore 22501ddaf4 pbreg is a command-line front-end to QT's QSettings framework, allowing scripts
and other command-line apps to get & set keys. This program can be used to
easily interact between QT-based GUI's and command-line implementations of
these applications.

WWW: http://www.pcbsd.org/

Approved by: brooks (co-mentor)
2010-03-31 13:32:36 +00:00

38 lines
808 B
Makefile

# New ports collection makefile for: pbreg
# Date created: Mar 29, 2010
# Whom: Kris Moore
#
# $FreeBSD$
#
PORTNAME= pbreg
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
http://www.pcbsd.org/~kris/software/
MAINTAINER= kmoore@freebsd.org
COMMENT= PC-BSD Registry Editor
WRKSRC= ${WRKDIR}/PBReg
USE_GZIP= yes
USE_QMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build uic_build
HAS_CONFIGURE= yes
QMAKE_ARGS= -unix -recursive ${QMAKE_PRO}
QMAKE_PRO= PBReg.pro
PLIST_FILES= bin/pbreg
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/${QMAKE_PRO}
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix CONFIG+="configure" ${QMAKE_PRO}
.include <bsd.port.mk>