openbsd-ports/comms/mgetty+sendfax/Makefile
2005-12-08 22:52:33 +00:00

76 lines
2.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.27 2005/12/08 22:52:33 steven Exp $
COMMENT= "handle external logins, send and receive faxes"
VERSION= 1.1.34
RELEASE= Nov30
DISTNAME= mgetty${VERSION}-${RELEASE}
PKGNAME= mgetty+sendfax-${VERSION}p1
CATEGORIES= comms
HOMEPAGE= http://mgetty.greenie.net
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
# GPL
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
WANTLIB= c m util
MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
RUN_DEPENDS= ::print/ghostscript/gnu \
::graphics/netpbm
WRKDIST= ${WRKDIR}/mgetty-${VERSION}
MAKE_ENV+= SYSCONFDIR=${SYSCONFDIR}
SAMPLE_SCRIPTS= answer_fax.sh coverpg* fax* printfax* \
new_fax.{NeXT,hpa,lj,m*,pbm,th,tiff}
pre-configure:
@sed -e "s,@prefix@,${PREFIX},g" \
-e "s,@sysconfdir@,${SYSCONFDIR},g" \
${FILESDIR}/setup > ${WRKDIR}/setup
@cp ${WRKSRC}/policy.h-dist ${WRKSRC}/policy.h
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mgetty+sendfax
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/setup ${PREFIX}/lib/mgetty+sendfax
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgetty+sendfax
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgetty+sendfax/faq
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgetty+sendfax/voice
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/mgetty+sendfax
${INSTALL_DATA} ${WRKSRC}/faq/SGML/* ${PREFIX}/share/doc/mgetty+sendfax/faq
${INSTALL_DATA} ${WRKSRC}/voice/doc/* ${PREFIX}/share/doc/mgetty+sendfax/voice
${INSTALL_DATA} -m 600 ${WRKSRC}/voice/voice.conf-dist ${PREFIX}/share/examples/mgetty+sendfax/voice.conf
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mgetty+sendfax/samples/new_fax.all
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mgetty+sendfax/voice/scripts
.for s in ${SAMPLE_SCRIPTS}
${INSTALL_SCRIPT} ${WRKSRC}/samples/$s \
${PREFIX}/share/examples/mgetty+sendfax/samples
.endfor
${INSTALL_DATA} ${WRKSRC}/samples/new_fax.all/* \
${PREFIX}/share/examples/mgetty+sendfax/samples/new_fax.all
${INSTALL_SCRIPT} ${WRKSRC}/samples/new_fax.all/new_fax \
${PREFIX}/share/examples/mgetty+sendfax/samples/new_fax.all
${INSTALL_SCRIPT} ${WRKSRC}/voice/scripts/*.{sh,pl} \
${PREFIX}/share/examples/mgetty+sendfax/voice/scripts
REGRESS_TARGET= check
TESTS_ENVIRONMENT= MAKE=${GMAKE}
do-regress:
@cd ${WRKBUILD} && \
exec ${SETENV} ${MAKE_ENV} \
TESTS_ENVIRONMENT='${TESTS_ENVIRONMENT}' \
${MAKE_PROGRAM} ${REGRESS_FLAGS} -f ${MAKE_FILE} \
${REGRESS_TARGET}
.include <bsd.port.mk>