a5bbac3e93
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/02/24 02:09:28 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= xmailbox-2.5
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
|
|
|
MAINTAINER= bouyer@netbsd.org
|
|
COMMENT= Enhanced xbiff, with pixmap and sound support
|
|
|
|
USE_IMAKE= YES
|
|
USE_XPM= 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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|