blob: d433c5e5af4cf2c6b39f0fc233b16d00b42d1245 (
plain)
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
|
# $NetBSD: Makefile,v 1.1 2022/11/10 23:25:49 nikita Exp $
DISTNAME= geteltorito.pl
PKGNAME= geteltorito-0.6
CATEGORIES= sysutils
MASTER_SITES= https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito/
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_SUFX= #
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
COMMENT= El Torito image extractor
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl:run
REPLACE_PERL= geteltorito.pl
WRKSRC= ${WRKDIR}
NO_BUILD= yes
USE_LANGUAGES= # empty
INSTALLATION_DIRS= bin
do-configure:
${ECHO} "no configure"
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/geteltorito.pl ${DESTDIR}${PREFIX}/bin/geteltorito
.include "../../mk/bsd.pkg.mk"
|