c80849c13c
PERMIT_* cleanup
32 lines
665 B
Makefile
32 lines
665 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/10 22:28:04 espie Exp $
|
|
# Original from: Stephane Peter <megastep@megastep.org>
|
|
|
|
COMMENT= script generating a self-extractible .tgz from a directory
|
|
|
|
DISTNAME= makeself
|
|
PKGNAME= makeself-1.5.5
|
|
REVISION= 0
|
|
CATEGORIES= archivers misc
|
|
|
|
HOMEPAGE= http://www.megastep.org/makeself/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
EXTRACT_ONLY=
|
|
EXTRACT_SUFX= .gz.sh
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
PKG_ARCH= *
|
|
|
|
post-extract:
|
|
@cd ${WRKDIR} && /bin/sh ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} --nox11
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIST}/makeself.sh ${PREFIX}/bin/makeself.sh
|
|
|
|
.include <bsd.port.mk>
|