2001-09-09 05:46:13 +02:00
|
|
|
# Ports collection makefile for: uucp
|
|
|
|
# Date created: 08 Sep 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= freebsd-uucp
|
2002-02-02 00:15:29 +01:00
|
|
|
PORTVERSION= 1.06.1.4
|
2001-10-03 15:13:01 +02:00
|
|
|
CATEGORIES= net comms
|
2001-09-09 05:46:13 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2001-11-23 09:56:27 +01:00
|
|
|
MASTER_SITE_SUBDIR=dinoex
|
2001-09-09 05:46:13 +02:00
|
|
|
|
2002-02-01 08:11:22 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2001-09-09 05:46:13 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
MAN1= cu.1 uuconv.1 uucp.1 uulog.1 uuname.1 uupick.1 uustat.1 \
|
|
|
|
uuto.1 uux.1
|
2001-10-01 09:51:11 +02:00
|
|
|
MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 uucpd.8
|
2001-09-09 05:46:13 +02:00
|
|
|
MANCOMPRESSED= maybe
|
|
|
|
|
2001-10-03 15:13:01 +02:00
|
|
|
post-extract:
|
|
|
|
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
|
|
|
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} configure)
|
|
|
|
|
2001-09-09 05:46:13 +02:00
|
|
|
post-install:
|
|
|
|
@${ECHO} "Use the 'make upgrade' command to copy your old configuration"
|
|
|
|
@${ECHO} "files from /etc/uucp to the new location in ${PREFIX}/etc/uucp"
|
2001-09-09 07:15:45 +02:00
|
|
|
@${ECHO}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-02-02 00:15:29 +01:00
|
|
|
.if defined(WITH_PAM)
|
|
|
|
@${ECHO} "Add this lines to your pam.conf:"
|
|
|
|
@${CAT} ${FILESDIR}/uucp-pam.conf
|
|
|
|
.endif
|
2001-09-09 05:46:13 +02:00
|
|
|
|
|
|
|
upgrade:
|
|
|
|
@${ECHO} "Copying old configuration files from /etc/uucp to ${PREFIX}/etc/uucp"
|
|
|
|
@${CP} -rp /etc/uucp ${PREFIX}/etc/uucp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|