freebsd-ports/sysutils/pcbsd-utils-qt4/Makefile

38 lines
928 B
Makefile
Raw Normal View History

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= pcbsd-utils-qt4
2014-09-04 17:32:56 +02:00
PORTVERSION= 1409841477
CATEGORIES= sysutils
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
ftp://ftp.pcbsd.org/pub/software/
MAINTAINER= kmoore@FreeBSD.org
COMMENT= PC-BSD Qt4 Utilities
2014-09-04 17:32:56 +02:00
RUN_DEPENDS= lpreserver:${PORTSDIR}/sysutils/pcbsd-utils \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
curl:${PORTSDIR}/ftp/curl
2014-09-04 17:32:56 +02:00
LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication
MAKE_JOBS_UNSAFE=yes
2014-03-12 00:39:01 +01:00
ONLY_FOR_ARCHS= amd64
USE_CDRTOOLS= yes
2014-09-04 17:32:56 +02:00
USE_PYTHON= yes
USE_LDCONFIG= yes
USE_QT4= corelib gui network svg linguist \
moc_build rcc_build uic_build
USES= qmake tar:bzip2
WRKSRC= ${WRKDIR}/src-qt4
QMAKE_ARGS= CONFIG+="configure"
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000000
IGNORE= requires FreeBSD 10 or later
.endif
.include <bsd.port.mk>