1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/comms/efax/Makefile
Hiroki Sato 0ac2ce888f Back out the previous change. Mita-san will continue to
work as the maintainer of this port.

Discussed with:	mita and nork
2004-12-27 00:20:06 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: efax
# Date created: 11 May 2002
# Whom: MITA Yoshio <mita@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= efax-0.9a
PORTVERSION= 001114a7
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://shino.pos.to/linux/
MAINTAINER= mita@FreeBSD.org
COMMENT= Fax send/receive program
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage
USE_GMAKE= YES
MAN1= fax.1 \
efax.1 \
efix.1
DOCDIR= ${PREFIX}/share/doc/efax
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
post-build:
${MV} ${WRKSRC}/fax ${WRKSRC}/fax.orig
${CAT} ${WRKSRC}/fax.orig | ${SED} -e s!%%PREFIX%%!${PREFIX}!g > \
${WRKSRC}/fax
post-install:
${INSTALL_DATA} ${WRKSRC}/efax.rc.sample ${PREFIX}/etc
${INSTALL_DATA} ${WRKSRC}/efax.rc.sample.ja ${PREFIX}/etc
${MKDIR} ${DOCDIR}
.for i in COPYING README printcap.sample efax.html fax.html
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCDIR}
.endfor
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>