freebsd-ports/mail/xmailbox/Makefile

36 lines
909 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmailbox
# Date created: 23 May 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= xmailbox
PORTVERSION= 2.5
PORTREVISION= 1
1998-07-05 14:46:22 +02:00
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Mailbox checker with sound and animation for X Window System
USE_IMAKE= yes
USE_XORG= xpm
MAN1= xmailbox.1
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMailbox.ad
post-install:
@${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>