1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/sam2p/Makefile
Martin Wilke 14fb2b1769 - Update to 0.45
PR:		123134
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-04-27 08:28:05 +00:00

39 lines
889 B
Makefile

# ex:ts=8
# Ports collection makefile for: sam2p
# Date created: Jan 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sam2p
PORTVERSION= 0.45
PORTEPOCH= 1
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/bash
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
USE_GHOSTSCRIPT_RUN= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
.include <bsd.port.mk>