openbsd-ports/comms/efax/Makefile

21 lines
489 B
Makefile
Raw Normal View History

1999-10-31 23:10:18 -05:00
# $OpenBSD: Makefile,v 1.7 1999/11/01 04:10:18 ian Exp $
1999-08-19 16:52:28 -04:00
DISTNAME= efax-0.9
PKGNAME= efax-0.9
1999-10-29 07:11:42 -04:00
CATEGORIES= comms
MAINTAINER= ian@OpenBSD.ORG
1998-10-07 14:28:50 -04:00
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/fax/
1999-10-31 23:10:18 -05:00
FAX_UID = uucp
FAX_GID = dialer
# The inner program, efax, must be setuid uucp, same as tip, cu, uucp,
# so it can open the /dev/cua?? files.
post-install:
1999-10-31 23:10:18 -05:00
${CHOWN} ${FAX_UID}.${FAX_GID} ${PREFIX}/bin/efax
${CHMOD} u+s ${PREFIX}/bin/efax
.include <bsd.port.mk>