mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
001fa87667
I'm really really really unhappy about these shared library patches. This code changes WAY too fast to screw with shared libraries. If they cause massive breakage again, they're history.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# New ports collection makefile for: imap-uw
|
|
# Version required: 4.1beta
|
|
# Date created: 9 Jan 1997
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/05/04 03:17:41 max Exp $
|
|
#
|
|
|
|
DISTNAME= imap-4.1.BETA
|
|
PKGNAME= imap-uw-4.1b
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
|
|
EXTRACT_SUFX= .tar.Z
|
|
NO_CHECKSUM= yes
|
|
|
|
MAINTAINER= pst@freebsd.org
|
|
|
|
ALL_TARGET= bsf
|
|
MAN8= ipopd.8 imapd.8
|
|
|
|
pre-build:
|
|
@chmod 755 ${WRKSRC}/src/osdep/unix/drivers ${WRKSRC}/src/osdep/unix/mkauths
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/c-client/libc-client.so.2.0 ${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/c-client/c-client.a ${PREFIX}/lib/libc-client.a
|
|
/sbin/ldconfig -m ${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
|
|
|
|
.include <bsd.port.mk>
|