pkgsrc/mail/xmailbox/Makefile

27 lines
712 B
Makefile
Raw Normal View History

2003-04-27 13:04:32 +02:00
# $NetBSD: Makefile,v 1.8 2003/04/27 11:04:32 cjep Exp $
#
DISTNAME= xmailbox-2.5
2003-04-27 13:04:32 +02:00
PKGREVISION= 1
CATEGORIES= mail x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MAINTAINER= bouyer@netbsd.org
COMMENT= Enhanced xbiff, with pixmap and sound support
2002-10-21 14:24:11 +02:00
USE_BUILDLINK2= YES
USE_IMAKE= YES
MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}'
MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xmailbox
cd ${WRKSRC}/icons && ${INSTALL_DATA} \
0xmail1.xpm 1xmail1.xpm 2xmail1.xpm 3xmail1.xpm 4xmail1.xpm \
5xmail1.xpm xmail1.xpm xnomail1.xpm \
${PREFIX}/share/xmailbox
2002-10-21 14:24:11 +02:00
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"