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
|
2003-10-26 19:34:36 +01:00
|
|
|
PORTVERSION= 0.44
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2003-02-06 19:33:13 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.inf.bme.hu/~pts/
|
|
|
|
|
|
|
|
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
|
|
|
|
2004-01-20 17:30:09 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
2003-08-31 02:42:39 +02:00
|
|
|
|
2003-02-06 19:33:13 +01:00
|
|
|
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
|
|
|
|
tifftopnm:${PORTSDIR}/graphics/netpbm \
|
|
|
|
zip:${PORTSDIR}/archivers/zip \
|
|
|
|
bash:${PORTSDIR}/shells/bash2
|
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
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
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
2003-02-06 19:33:13 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|