2003-02-06 19:33:13 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: sam2p
|
|
|
|
# Date created: Jan 7, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sam2p
|
2008-04-27 10:28:05 +02:00
|
|
|
PORTVERSION= 0.45
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2006-01-19 13:31:38 +01:00
|
|
|
PORTEPOCH= 1
|
2003-02-06 19:33:13 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.inf.bme.hu/~pts/
|
2005-03-09 00:42:07 +01:00
|
|
|
DISTNAME= ${PORTNAME}-latest
|
2003-02-06 19:33:13 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Converts raster (bitmap) image formats into PS or PDF files
|
2003-02-06 19:33:13 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
|
|
|
|
tifftopnm:${PORTSDIR}/graphics/netpbm \
|
|
|
|
zip:${PORTSDIR}/archivers/zip \
|
2006-01-19 14:33:35 +01:00
|
|
|
bash:${PORTSDIR}/shells/bash
|
2003-02-06 19:33:13 +01:00
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
2005-03-09 00:42:07 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
|
2006-01-19 13:31:38 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/sam2p
|
2003-02-06 19:33:13 +01:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_GMAKE= yes
|
2003-10-26 19:34:36 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
2009-11-22 20:49:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2003-02-06 19:33:13 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
|
|
|
|
|
2006-01-19 13:31:38 +01:00
|
|
|
.include <bsd.port.mk>
|