1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/easypbi/Makefile
Kris Moore 3e4bbeb63e - Update to 2.0
- Change maintainer

Submitted by: ken@pcbsd.org
2013-01-19 17:05:19 +00:00

27 lines
617 B
Makefile

#
# $FreeBSD$
#
PORTNAME= easypbi
PORTVERSION= 2.0
CATEGORIES= sysutils
MASTER_SITES= SF/makeapbi/${PORTNAME}/
MAINTAINER= ken@pcbsd.org
COMMENT= Graphical PBI module and package creator
LIB_DEPENDS= QtSolutions_SingleApplication-head.1:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication
USE_QT4= corelib gui network webkit xml qmake_build moc_build rcc_build uic_build linguist
HAS_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/EasyPBI-source
QMAKE_PRO= EasyPBI.pro
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix CONFIG+="configure" ${QMAKE_PRO}
.include <bsd.port.mk>