1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/print/pdfcolorsplit/Makefile
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00

36 lines
813 B
Makefile

# Created by: Aldis Berjoza <aldis@bsdroot.lv>
# $FreeBSD$
PORTNAME= pdfcolorsplit
PORTVERSION= 2011.08.26
PORTREVISION= 3
CATEGORIES= print python
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= graudeejs@gmail.com
COMMENT= Split your pdf into 2 pdf, color and bw, for printing
LICENSE= GPLv2
RUN_DEPENDS= pdftk:${PORTSDIR}/print/pdftk \
${LOCALBASE}/libexec/xpdf/pdftoppm:${PORTSDIR}/graphics/xpdf
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USE_XZ= yes
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/os\.system/s|pdftoppm|${LOCALBASE}/libexec/xpdf/pdftoppm|g' ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>