1 # $NetBSD: Makefile,v 1.13 2012/02/15 19:21:53 hans Exp $
3 DISTNAME
= makeself-2.1
.4
5 MASTER_SITES
= http
://www.megastep.org
/makeself
/
8 MAINTAINER
= pkgsrc-users@NetBSD.org
9 HOMEPAGE
= http
://www.megastep.org
/makeself
/
10 COMMENT
= Neat script to make self-extracting archives
12 PKG_INSTALLATION_TYPES
= overwrite pkgviews
14 REPLACE_SH
= makeself.sh
18 INSTALLATION_DIRS
= bin
20 # The DISPLAY thing is to prevent the script from trying to launch a xterm
21 # just to extract the source.
23 cd
${WRKDIR} && ${SETENV} DISPLAY
="" ${SH} ${DISTFILES}
26 ${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh \
27 ${DESTDIR}${PREFIX}/bin
/makeself
29 .
include "../../mk/bsd.pkg.mk"