1be0301128
(I know, I look boring and pedant :o)
34 lines
817 B
Makefile
34 lines
817 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
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= 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>
|