1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/pcbsd-utils-qt4/Makefile
2014-03-11 23:39:01 +00:00

37 lines
857 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= pcbsd-utils-qt4
PORTVERSION= 1394538598
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
RUN_DEPENDS= pc-metapkgmanager:${PORTSDIR}/sysutils/pcbsd-utils
LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication \
curl:${PORTSDIR}/ftp/curl
MAKE_JOBS_UNSAFE=yes
ONLY_FOR_ARCHS= amd64
USE_CDRTOOLS= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_QT4= corelib gui network svg linguist \
moc_build rcc_build uic_build
USES= qmake
WRKSRC= ${WRKDIR}/src-qt4
QMAKE_ARGS= CONFIG+="configure"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
IGNORE= requires FreeBSD 10 or later
.endif
.include <bsd.port.post.mk>