aboutsummaryrefslogtreecommitdiffstats
path: root/mail/asmail/Makefile
blob: 914458d7e59602cc9175ab46516d21c0ed45eed7 (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
36
37
# New ports collection makefile for:     asmail
# Date created:     15 August 1997
# Whom:         brett@peloton.physics.montana.edu
#
# $FreeBSD$
#

PORTNAME=   asmail
PORTVERSION=    0.53
CATEGORIES= mail afterstep
MASTER_SITES=   http://www.tigr.net/afterstep/as-apps/download/asmail/ \
        ftp://ftp.afterstep.org/apps/asmail/

MAINTAINER= brett@peloton.runet.edu

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

GNU_CONFIGURE=  yes
USE_X_PREFIX=   yes
CONFIGURE_ARGS= --enable-shaping

MAN1=   asmail.1

post-install:
    @${MKDIR} ${PREFIX}/include/X11/pixmaps/cloud-e
    @${INSTALL_DATA} ${WRKSRC}/pixmaps/cloud-e/*.xpm ${PREFIX}/include/X11/pixmaps/cloud-e
    @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/include/X11/pixmaps
    @${INSTALL_MAN} ${WRKSRC}/asmail.man ${PREFIX}/man/man1/asmail.1
    @${MKDIR} ${PREFIX}/share/doc/asmail
    @${INSTALL_DATA} ${WRKSRC}/sample.asmailrc ${PREFIX}/share/doc/asmail
    @strip ${PREFIX}/bin/asmail
.if !defined(NOPORTDOCS)
    @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asmail
    @${ECHO} "===>   README installed in ${PREFIX}/share/doc/asmail"
.endif

.include <bsd.port.mk>