openbsd-ports/comms/efax/Makefile
ian 374b657620 Rip out stupid INTERACTIVE stuff from Makefile. Just bitch and die at
run time if they didn't read the (new improved) MESSAGE file when installing.
1999-10-29 00:37:56 +00:00

18 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/10/29 00:37:56 ian Exp $
DISTNAME= efax-0.9
PKGNAME= efax-0.9
CATEGORIES= comm
MAINTAINER= ian@OpenBSD.ORG
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/fax/
# the inner program, efax, must be setuid uucp, same as tip, cu, uucp,
# so that it can open /dev/cua?? read/write.
post-install:
chown uucp ${PREFIX}/bin/efax
chmod u+s ${PREFIX}/bin/efax
.include <bsd.port.mk>