1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/jpeg2pdf/Makefile
2012-08-14 18:19:34 +00:00

32 lines
615 B
Makefile

# New ports collection makefile for: jpeg2pdf
# Date created: 2005-01-22
# Whom: <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= jpeg2pdf
PORTVERSION= 0.12
CATEGORIES= graphics converters
MASTER_SITES= http://koan.studentenweb.org/software/
MAINTAINER= ports@FreeBSD.org
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.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>