mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
37 lines
775 B
Makefile
37 lines
775 B
Makefile
# New ports collection makefile for: pbreg
|
|
# Date created: Mar 29, 2010
|
|
# Whom: Kris Moore
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pbreg
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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_QT4= 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>
|