27 lines
582 B
Makefile

# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:56 sthen Exp $
COMMENT = merge, split, rotate and crop PDF documents
MODPY_EGG_VERSION = 0.6.0
DISTNAME = pdfshuffler-${MODPY_EGG_VERSION}
REVISION = 2
CATEGORIES = print
HOMEPAGE = http://sourceforge.net/projects/pdfshuffler/
# GPLv3+
PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pdfshuffler/}
BUILD_DEPENDS = devel/gettext,-tools
RUN_DEPENDS = devel/gettext,-runtime \
print/py-poppler \
textproc/py-pdf \
devel/desktop-file-utils
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>