aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xmailbox/Makefile
blob: b0b4ae4fac7a2093dd9107cba253f29ef9fa9e54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    xmailbox
# Version required:         2.5
# Date created:             23 May 1998
# Whom:                 Andrey Zakhvatov
#
# $Id: Makefile,v 1.4 1998/09/15 11:13:28 asami Exp $
#

DISTNAME=       xmailbox-2.5
CATEGORIES=     mail
MASTER_SITES=       ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications

MAINTAINER=     andy@icc.surw.chel.su

LIB_DEPENDS=        Xpm.4:${PORTSDIR}/graphics/xpm

USE_IMAKE=      yes
MAN1=           xmailbox.1
MANCOMPRESSED=      no

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/xmailbox ${PREFIX}/bin
    @ ${INSTALL_MAN} ${WRKSRC}/xmailbox.man ${PREFIX}/man/man1/xmailbox.1
    @ ${INSTALL_DATA} ${WRKSRC}/XMailbox.ad ${PREFIX}/lib/X11/app-defaults/XMailbox
    @ ${MKDIR} ${PREFIX}/share/xmailbox
    @ ${INSTALL_DATA} ${WRKSRC}/dingdong.au ${PREFIX}/share/xmailbox
    @ ${INSTALL_DATA} ${WRKSRC}/ugotmail.au ${PREFIX}/share/xmailbox
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${PREFIX}/share/doc/xmailbox
    @ ${INSTALL_DATA} ${WRKSRC}/DISCLAIMER ${PREFIX}/share/doc/xmailbox
    @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmailbox
.endif

.include <bsd.port.mk>