mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e9284d7b92
PR: 17853 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
35 lines
850 B
Makefile
35 lines
850 B
Makefile
# New ports collection makefile for: xmailbox
|
|
# Date created: 23 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmailbox
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xmailbox.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -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>
|