blob: ef8f95ac8857e3cf2b6e9cbe1d4ddc05178d0944 (
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: xbms
# Date created: Sun Apr 20 18:28:16 CEST 2003
# Whom: king@v2project.com
#
# $FreeBSD$
#
PORTNAME= extract-xiso
PORTVERSION= 1.4
CATEGORIES= emulators
MASTER_SITES= http://dwl.xbox-scene.net/~xbox/xbox-scene/tools/isotools/
PKGNAMESUFFIX= -freebsd_v${PORTVERSION}
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}
EXTRACT_SUFX= .zip
MAINTAINER= king@v2project.com
COMMENT= This tool will extract files form xdvdfs (xbox iso) image
WRKSRC= ${WRKDIR}/freebsd
NO_BUILD= yes
USE_ZIP= yes
ONLY_FOR_ARCHS= i386
do-install:
${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>
|