# New ports collection makefile for:	jpeg2pdf
# Date created:		2005-01-22
# Whom:			<ports@c0decafe.net>
#
# $FreeBSD: ports/graphics/jpeg2pdf/Makefile,v 1.1 2005/01/23 18:44:08 pav Exp $
#

PORTNAME=	jpeg2pdf
PORTVERSION=	0.12
CATEGORIES=	graphics converters
MASTER_SITES=	http://koan.studentenweb.org/software/

MAINTAINER=	ports@c0decafe.net
COMMENT=	Converts a directory of JPEG (JPG) files to a PDF file

USE_BZIP2=	yes
USE_RUBY=	yes
USE_RUBY_SETUP=	yes
RUBY_SETUP=	install.rb
CONFIGURE_ARGS=	--prefix=${PREFIX}

pre-install:
	@${RM} ${WRKSRC}/bin/test.rb

.include <bsd.port.mk>
