aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xmail/Makefile
blob: f2db69f4919020a70fba48a89cd4aa77c67acb82 (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
# New ports collection makefile for: xmail
# Version required: 1.6
# Date created:     15 July 1997
# Whom:         Stephen Roznowski <sjr1@flash.net>
#
# $Id: Makefile,v 1.1.1.1 1998/01/09 04:57:37 andreas Exp $
#

DISTNAME=   xmail_1.6
PKGNAME=    xmail-1.6
CATEGORIES= mail
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications

MAINTAINER= andreas@FreeBSD.ORG

USE_IMAKE=  yes
MAN1=       xmail.1

do-install:
    $(INSTALL_PROGRAM) $(WRKSRC)/xmail $(PREFIX)/bin/xmail
    $(INSTALL_MAN) $(WRKSRC)/xmail.man $(PREFIX)/man/man1/xmail.1
    $(INSTALL_DATA) $(WRKSRC)/XMail.ad $(PREFIX)/lib/X11/app-defaults/XMail

.include <bsd.port.mk>