Changeset View
Changeset View
Standalone View
Standalone View
archivers/makeself/Makefile
PORTNAME= makeself | PORTNAME= makeself | ||||
DISTVERSION= 2.4.5 | DISTVERSION= 2.4.5 | ||||
CATEGORIES= archivers | CATEGORIES= archivers | ||||
MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ | |||||
EXTRACT_SUFX= .run | EXTRACT_SUFX= .run | ||||
MAINTAINER= eduardo@FreeBSD.org | MAINTAINER= eduardo@FreeBSD.org | ||||
COMMENT= Neat script to make self-extracting archives | COMMENT= Neat script to make self-extracting archives | ||||
WWW= https://makeself.io/ | WWW= https://makeself.io/ | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
USES= makeself | USES= makeself | ||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= megastep | |||||
GH_TAGNAME= release-${DISTVERSION} | |||||
GH_ASSET= ${DISTNAME}${EXTRACT_SUFX} | |||||
NO_ARCH= yes | NO_ARCH= yes | ||||
NO_BUILD= yes | NO_BUILD= yes | ||||
NO_WRKSUBDIR= yes | NO_WRKSUBDIR= yes | ||||
PLIST_FILES= bin/makeself \ | PLIST_FILES= bin/makeself \ | ||||
bin/makeself-header \ | bin/makeself-header \ | ||||
bin/makeself-header.sh \ | bin/makeself-header.sh \ | ||||
Show All 18 Lines |