1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/sam2p/Makefile
2003-02-20 18:08:19 +00:00

33 lines
724 B
Makefile

# ex:ts=8
# Ports collection makefile for: sam2p
# Date created: Jan 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sam2p
PORTVERSION= 0.42
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
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
tifftopnm:${PORTSDIR}/graphics/netpbm \
gs:${PORTSDIR}/print/ghostscript-gnu \
zip:${PORTSDIR}/archivers/zip \
bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
.include <bsd.port.mk>