blob: b7ca4e6761addfbb889bee7881086b3f35a33651 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
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>
|