1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/iat/Makefile
Dmitry Marakasov d12bb992a8 - Update to 0.1.7
PR:		144697
Submitted by:	Paul Shepel <tacid@tacid.kiev.ua>
2010-03-15 15:55:44 +00:00

28 lines
544 B
Makefile

# New ports collection makefile for: iat
# Date created: 29 Mar 2007
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= iat
PORTVERSION= 0.1.7
CATEGORIES= sysutils
MASTER_SITES= BERLIOS
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/iat
MAN1= iat.1
post-patch:
@${REINPLACE_CMD} -e '/install-data-am:/ s|install-includeHEADERS||' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>