aboutsummaryrefslogblamecommitdiff
path: root/graphics/sam2p/Makefile
blob: 4db4810e78fd5f1303eedaa08991c85c08c76396 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                             
                      

                                           
                                  

                                 
                                                                           


                                                        



                                               


                           
                         
                           
                   


                                                                       
 

                          


                                                        
                           
# ex:ts=8
# Ports collection makefile for:	sam2p
# Date created:			Jan 7, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	sam2p
PORTVERSION=	0.44.4
CATEGORIES=	graphics
MASTER_SITES=	http://www.inf.bme.hu/~pts/
DISTNAME=	${PORTNAME}-latest

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Converts raster (bitmap) image formats into PS or PDF files

BUILD_DEPENDS=	tif22pnm:${PORTSDIR}/graphics/tif22pnm \
		tifftopnm:${PORTSDIR}/graphics/netpbm \
		zip:${PORTSDIR}/archivers/zip \
		bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg

USE_GHOSTSCRIPT_RUN=	yes

WRKSRC=		${WRKDIR}
PLIST_FILES=	bin/sam2p
USE_PERL5_BUILD=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
ALL_TARGET=	${PORTNAME}

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin

.include <bsd.port.post.mk>