1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/graphics/jpeg2pdf/Makefile
Steve Wills 2706cf9b16 - Mark broken with Ruby 1.9 (builds OK, doesn't run)
PR:		ports/160184
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
Approved by:	maintainer timeout (>9 weeks)
2011-10-22 17:44:41 +00:00

32 lines
616 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@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.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>