pkgsrc/mail/xmailbox/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

25 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:36 rillig Exp $
#
DISTNAME= xmailbox-2.5
PKGREVISION= 1
CATEGORIES= mail x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MAINTAINER= bouyer@NetBSD.org
COMMENT= Enhanced xbiff, with pixmap and sound support
USE_IMAKE= YES
MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
MAKE_ENV+= INSTALL_MAN=${INSTALL_MAN:Q}
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
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"