blob: 94c336b103ee780283fab96ebb5ad63d99732907 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= dmg2img
PORTVERSION= 1.6.2
CATEGORIES= sysutils
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
http://tourservice.kz/zloidemon/distfiles/ \
http://z-up.ru/zloidemon/distfiles/
MAINTAINER= vg@FreeBSD.org
COMMENT= DMG2IMG convert tool
PLIST_FILES= bin/${PORTNAME} \
bin/vfdecrypt
NO_STAGE= yes
pre-configure:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}/bin|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
|