aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qxv/Makefile
blob: e9eb51029b3cff1db4384f6bb718b79b6bafcad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: cy
# $FreeBSD$

PORTNAME=   qxv
PORTVERSION=    0.2
PORTREVISION=   4
CATEGORIES+=    graphics
MASTER_SITES=   http://labs.freehackers.org/attachments/download/422/

MAINTAINER= cy@FreeBSD.org
COMMENT=    Qt 4 program that displays images of various formats

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       qmake tar:bzip2
USE_QT4=    corelib gui moc_build uic_build rcc_build
MAKE_JOBS_UNSAFE=   yes

PLIST_FILES=    bin/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/

.include <bsd.port.mk>