aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qfaxreader/Makefile
blob: d06e4fa7c6fca5abb5463a422902f42e59bfdb44 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    qfaxreader
# Date created:             2005-11-18
# Whom:         Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
#
# $Tecnik: ports/comms/qfaxreader/Makefile,v 1.4 2005/12/28 22:39:36 itetcu Exp $
#

PORTNAME=   qfaxreader
DISTVERSION=    0.3.1
CATEGORIES= comms graphics print
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= itetcu@people.tecnik93.com
COMMENT=    Mono/color multipage tiff/fax files visualisation/printing utility

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_QT_VER= 3
CONFIGURE_ENV=  PTHREAD_LIBS=${PTHREAD_LIBS}
CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --mandir=${MANPREFIX}/man

MAN1=       qfaxreader.1
MANCOMPRESSED=  yes

OPTIONS=    GDBM "For sender-id look-up (recomended)" on

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_GDBM) || exists(${LOCALBASE}/include/gdbm.h)
LIB_DEPENDS+=   gdbm.3:${PORTSDIR}/databases/gdbm
.endif

.if ${OSVERSION} < 500000
BROKEN=     Does not compile
.endif

.include  <bsd.port.post.mk>