summaryrefslogtreecommitdiff
path: root/sysutils/iat/Makefile
blob: 8d92021fa138dc697c2b8c874b974d8b3775da0c (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
24
25
26
27
28
# New ports collection makefile for:	iat
# Date created:		29 Mar 2007
# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=	iat
PORTVERSION=	0.1.3
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Converter of many types of CD-ROM image file formats into ISO-9660

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

USE_DOS2UNIX=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES=	bin/iat

.include <bsd.port.mk>