blob: 95be6f19f80d7a448d44476f47c645077dba8d3e (
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
|
# New ports collection makefile for: dmg2img
# Date created: 2009-11-27
# Whom: 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
pre-configure:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}/bin|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>
|