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