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

37 lines
923 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
PORTREVISION= 1
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
2014-09-05 01:17:43 +02:00
LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
libcurl.so:${PORTSDIR}/ftp/curl
MAKE_JOBS_UNSAFE=yes
2014-03-12 00:39:01 +01:00
ONLY_FOR_ARCHS= amd64
USE_LDCONFIG= yes
USE_QT4= corelib gui network svg linguist \
moc_build rcc_build uic_build
2014-09-05 16:40:31 +02:00
USES= qmake tar:bzip2 python
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>