2005-11-01 09:43:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2005/11/01 14:43:45 naddy Exp $
|
2001-07-12 22:27:16 -04:00
|
|
|
|
2001-07-12 23:10:52 -04:00
|
|
|
COMMENT= "UUCP suite"
|
2001-07-12 22:27:16 -04:00
|
|
|
|
2003-12-13 20:39:18 -05:00
|
|
|
DISTNAME= uucp-1.07
|
2005-11-01 09:43:45 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2001-07-13 16:16:15 -04:00
|
|
|
CATEGORIES= net mail
|
2001-07-12 22:27:16 -04:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c
|
2001-07-12 22:27:16 -04:00
|
|
|
|
2003-12-13 20:39:18 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=uucp/}
|
2001-07-12 22:27:16 -04:00
|
|
|
|
2003-12-13 20:39:18 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --sbindir=${PREFIX}/libexec/uucp \
|
|
|
|
--with-newconfigdir=${SYSCONFDIR}/uucp \
|
|
|
|
--with-oldconfigdir=${SYSCONFDIR}/uucp
|
2001-09-10 15:04:11 -04:00
|
|
|
|
2003-12-13 20:39:18 -05:00
|
|
|
SAMPLES= call config dial dialcode passwd port sys1 sys2
|
2001-07-12 22:27:16 -04:00
|
|
|
|
2004-12-13 17:33:07 -05:00
|
|
|
pre-build:
|
|
|
|
@perl -pi -e "s,/usr/local/conf/uucp,${SYSCONFDIR}/uucp,g" \
|
|
|
|
${WRKSRC}/sample/* ${WRKSRC}/uucp.texi
|
|
|
|
@perl -pi -e "s,/usr/spool/uucp,/var/spool/uucp,g" \
|
|
|
|
${WRKSRC}/sample/* ${WRKSRC}/uucp.texi
|
|
|
|
@perl -pi -e "s,/usr/spool/anonymous,/var/spool/anonymous,g" \
|
|
|
|
${WRKSRC}/sample/config ${WRKSRC}/uucp.texi
|
|
|
|
@perl -pi -e "s,/usr/lib/uucp/uucico,${PREFIX}/libexec/uucp/uucico,g" \
|
|
|
|
${WRKSRC}/uucp.texi
|
|
|
|
|
2001-07-12 22:27:16 -04:00
|
|
|
post-install:
|
|
|
|
@mv ${PREFIX}/libexec/uucp/uusched ${PREFIX}/bin
|
2001-09-10 08:06:50 -04:00
|
|
|
@chown ${BINOWN}:${BINGRP} ${PREFIX}/bin/cu
|
|
|
|
@chmod ${BINMODE} ${PREFIX}/bin/cu
|
2003-12-13 20:39:18 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/uucp
|
|
|
|
.for file in ${SAMPLES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample/${file} ${PREFIX}/share/examples/uucp
|
|
|
|
.endfor
|
2001-07-12 22:27:16 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|