1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/imap-uw/Makefile

45 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: imap-uw
# Version required: 4.2
# Date created: 9 Jan 1997
# Whom: pst
#
# $Id: Makefile,v 1.16 1998/09/19 21:29:29 steve Exp $
#
DISTNAME= imap-4.2
PKGNAME= imap-uw-4.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \
http://www.freebsd.org/~steve/
EXTRACT_SUFX= .tar.Z
MAINTAINER= imap-uw@freebsd.ady.ro
ALL_TARGET= bsf
1997-01-10 05:18:07 +00:00
MAN8= ipopd.8 imapd.8
#pre-build:
# @chmod 755 ${WRKSRC}/src/osdep/unix/drivers ${WRKSRC}/src/osdep/unix/mkauths
1997-12-07 01:02:52 +00:00
# this rule currently isn't called or used, because it's not sufficient to
# install just the .a file and mail.h, so we shouldn't install anything at all!
install-lib:
${INSTALL_DATA} ${WRKSRC}/c-clinet/mail.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/c-client/c-client.a ${PREFIX}/lib/libc-client.a
do-install:
${INSTALL_DATA} ${WRKSRC}/c-client/libc-client.so.2.1 ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/imapd/imapd ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop2d ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop3d ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/mtest/mtest ${PREFIX}/bin/mboxtest
${INSTALL_MAN} \
${WRKSRC}/src/imapd/imapd.8c ${PREFIX}/man/man8/imapd.8
${INSTALL_MAN} \
${WRKSRC}/src/ipopd/ipopd.8c ${PREFIX}/man/man8/ipopd.8
1997-12-07 01:02:52 +00:00
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>