mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
82f9e5ad55
Approved by: portmgr (self)
43 lines
932 B
Makefile
43 lines
932 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: sam2p
|
|
# Date created: Jan 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sam2p
|
|
PORTVERSION= 0.44
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.inf.bme.hu/~pts/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts raster (bitmap) image formats into PS or PDF files
|
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
|
|
tifftopnm:${PORTSDIR}/graphics/netpbm \
|
|
zip:${PORTSDIR}/archivers/zip \
|
|
bash:${PORTSDIR}/shells/bash2
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
|
|
|
|
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>
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|