mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
116ec22ac1
PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# 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= g.veniamin@googlemail.com
|
|
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>
|