Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / qxv / Makefile
1 # Created by: cy
2 # $FreeBSD$
3
4 PORTNAME=       qxv
5 PORTVERSION=    0.2
6 PORTREVISION=   4
7 CATEGORIES+=    graphics
8 MASTER_SITES=   http://labs.freehackers.org/attachments/download/422/
9
10 MAINTAINER=     cy@FreeBSD.org
11 COMMENT=        Qt 4 program that displays images of various formats
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 LIB_DEPENDS=    libpng15.so:${PORTSDIR}/graphics/png \
17                 libglib-2.0.so:${PORTSDIR}/devel/glib20 \
18                 libfreetype.so:${PORTSDIR}/print/freetype2 \
19                 libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
20                 libicui18n.so:${PORTSDIR}/devel/icu \
21                 libintl.so:${PORTSDIR}/devel/gettext \
22                 libpcre.so:${PORTSDIR}/devel/pcre \
23                 libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
24                 libexpat.so:${PORTSDIR}/textproc/expat2
25
26 USES=           iconv qmake tar:bzip2
27 USE_XORG=       sm xrender xext x11 xau xdmcp ice xcb
28 USE_QT4=        corelib gui moc_build uic_build rcc_build
29 MAKE_JOBS_UNSAFE=       yes
30
31 PLIST_FILES=    bin/${PORTNAME}
32
33 do-install:
34         ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/
35
36 .include <bsd.port.mk>