340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
35 lines
910 B
Makefile
35 lines
910 B
Makefile
# New ports collection makefile for: xmailbox
|
|
# Date created: 23 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmailbox
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mailbox checker with sound and animation for X Window System
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xaw
|
|
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>
|