blob: dbb8bb0f5e79c6eaf4670845f7212945efb5f8c6 (
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
|
# 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.mk>
|