aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/geteltorito/Makefile
blob: 84ec7b55d3811357833ed2d38b3ccc72fb9e9266 (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
# 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
USE_PERL5_RUN=  yes

PLIST_FILES=    bin/${PORTNAME}

do-install:
    ${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>