mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/iat man/man1/iat.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/install-data-am:/ s|install-includeHEADERS||' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|