openbsd-ports/comms/hylafax/Makefile
2004-11-21 22:29:50 +00:00

58 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.43 2004/11/21 22:29:50 espie Exp $
COMMENT= "send/receive faxes and share modems"
DISTNAME= hylafax-4.1.5
PKGNAME= ${DISTNAME}p1
CATEGORIES= comms
FLAVORS= a4
FLAVOR?=
HOMEPAGE= http://www.HylaFAX.org/
MASTER_SITES= ftp://ftp.hylafax.org/source/
# License: BSD
# http://www.hylafax.org/HylaFAQ/copyright.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++ util z
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
LIB_DEPENDS= tiff::graphics/tiff \
jpeg::graphics/jpeg
CONFIGURE_STYLE= simple
USE_GMAKE= Yes
CONFIGURE_ARGS = --nointeractive
CONFIGURE_ARGS+= --with-CC="${CC}"
CONFIGURE_ARGS+= --with-CXX="${CXX}"
CONFIGURE_ARGS+= --with-INSTALL=""
CONFIGURE_ENV+= CCOMPILER="${CC}" CXXCOMPILER="${CXX}" \
GCOPTS="${CFLAGS}" GCXXOPTS="${CXXFLAGS}" \
PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
.if ${FLAVOR:L} == "a4"
CONFIGURE_ARGS+= --with-PAGESIZE=A4
.endif
FAKE_FLAGS= ROOT=${WRKINST} ${DESTDIRNAME}=${WRKINST} \
SPOOL=${PREFIX}/libdata/hylafax
SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
NO_SYSTRACE= "test -d '' succeeds"
post-install:
@chown uucp:dialer ${SUID_EXES}
@chmod a=rx,u+s ${SUID_EXES}
${INSTALL_DATA} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/lib/fax
@ln -sf ${TRUEPREFIX}/libdata/hylafax ${WRKINST}/var/spool/hylafax
@chown -R uucp:dialer ${PREFIX}/libdata/hylafax
.include <bsd.port.mk>