summaryrefslogblamecommitdiff
path: root/graphics/jpeg2ps-letter/Makefile
blob: 6003bd494c188bd5985f6e958979f85be09cd682 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                    
                   
                                   
                                                            
                             

                                             
                                                                          







                                                         
                                                                                                  





                                                          

                                                        


                      
# New ports collection makefile for:	jpeg2ps (letter)
# Date created:		30 December 2000
# Whom:			Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
#
# $FreeBSD$
#

PORTNAME=	jpeg2ps
PORTVERSION=	1.9
CATEGORIES=	graphics converters
MASTER_SITES=	http://www.pdflib.com/products/more/jpeg2ps/
PKGNAMESUFFIX=	-${PAPERSIZE}

MAINTAINER=	Lars.Koeller@Uni-Bielefeld.de
COMMENT=	Converter for JPEG compressed images to PostScript Level 2

PAPERSIZE?=	letter

INSTALL_TARGET=

.if ${PAPERSIZE} == a4
post-patch:
	${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input
	${SED} "s%CCFLAGS=-O -c%CCFLAGS=-O -c -DA4%" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile
	${RM} -f ${WRKSRC}/Makefile.input
.endif

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/jpeg2ps.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>