1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/comms/qfaxreader/Makefile
Rong-En Fan f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00

41 lines
983 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= comms graphics print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= itetcu@FreeBSD.org
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}
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
.include <bsd.port.post.mk>