1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/xmail/Makefile
Satoshi Asami d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no.  Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
1998-08-25 00:44:33 +00:00

27 lines
641 B
Makefile

# 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.2 1998/01/09 04:59:36 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
MANCOMPRESSED= no
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>