freebsd-ports/mail/xmailbox/Makefile

35 lines
873 B
Makefile
Raw Normal View History

# Created by: 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= 2
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
USES= imake
USE_XORG= xaw
MAN1= xmailbox.1
NO_STAGE= yes
.include <bsd.port.options.mk>
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 ${PORT_OPTIONS:MDOCS}
@${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>