27 lines
634 B
Makefile
27 lines
634 B
Makefile
# New ports collection makefile for: gscan2pdf
|
|
# Date created: 4 September 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gscan2pdf
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Produce PDF from scanned documents
|
|
|
|
RUN_DEPENDS= tiff2pdf:${PORTSDIR}/graphics/tiff \
|
|
scanimage:${PORTSDIR}/graphics/sane-backends \
|
|
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|