aboutsummaryrefslogtreecommitdiff
path: root/sysutils/geteltorito/Makefile
blob: 6e5244f669220c240c0e053cf99d2f51fda700e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Valerio Daelli <valerio.daelli@gmail.com>

PORTNAME=	geteltorito
PORTVERSION=	0.6
PORTEPOCH=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito/
DISTFILES=	${PORTNAME}.pl
EXTRACT_ONLY=

MAINTAINER=	valerio.daelli@gmail.com
COMMENT=	El Torito image extractor

NO_BUILD=	yes
NO_ARCH=	yes
USES=		perl5 shebangfix
USE_PERL5=	run

PLIST_FILES=	bin/${PORTNAME}
SHEBANG_FILES=	geteltorito.pl

do-extract:
	@${MKDIR} ${WRKSRC}
	@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>