openbsd-ports/net/uucpd/Makefile
jca 5659268535 Import a copy of our former /usr/libexec/uucpd, recently removed.
ok sthen@

The uucpd daemon reads a username and password, and then executes
uucico, the UUCP file transfer daemon.  To be used with inetd.
2014-03-26 20:49:27 +00:00

24 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/03/26 20:49:27 jca Exp $
COMMENT = UUCP inetd program
DISTNAME = uucpd-1.0
CATEGORIES = net mail news
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MASTER_SITES = http://wxcvbn.org/~jca/distfiles/
MAKE_FLAGS = BINDIR="${PREFIX}/libexec" \
MANDIR="${PREFIX}/man/man"
NO_TEST = Yes
do-configure:
${SUBST_CMD} ${WRKSRC}/pathnames.h ${WRKSRC}/uucpd.8
.include <bsd.port.mk>