1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/sysutils/dmg2img/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

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>