openbsd-ports/print/psutils/Makefile
ajacoutot 3caa4ac002 Fix patch.
from Alexander Cronheim, thanks!
2020-07-03 18:00:46 +00:00

35 lines
595 B
Makefile

# $OpenBSD: Makefile,v 1.50 2020/07/03 18:00:46 ajacoutot Exp $
PKG_ARCH= *
COMMENT= utilities for manipulating PostScript documents
V= 2.03
DISTNAME= psutils-${V}
REVISION= 1
CATEGORIES= print
HOMEPAGE= https://github.com/rrthomas/psutils
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD-like (${WRKSRC}/LICENSE)
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/rrthomas/psutils/releases/download/v${V}/
MODULES= perl
RUN_DEPENDS= devel/p5-IPC-Run3 \
print/ghostscript/gnu \
print/libpaper
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
NO_TEST= Yes
.include <bsd.port.mk>