blob: e4c6a54c1d9e1f89c2f5cbf259a3784aae49446d (
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
|
# New ports collection makefile for: geteltorito
# Date created: Wed Apr 15 11:35:12 PDT 2009
# Whom: Valerio Daelli <valerio.daelli@gmail.com>
#
# $FreeBSD$
#
PORTNAME= geteltorito
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
DISTFILES= ${PORTNAME}.pl
EXTRACT_ONLY=
MAINTAINER= valerio.daelli@gmail.com
COMMENT= El Torito image extractor
NO_BUILD= yes
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|