openbsd-ports/print/psutils/Makefile

35 lines
595 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.50 2020/07/03 18:00:46 ajacoutot Exp $
2019-11-23 11:21:09 -05:00
PKG_ARCH= *
1998-03-17 15:41:43 -05:00
COMMENT= utilities for manipulating PostScript documents
2020-04-16 02:23:49 -04:00
V= 2.03
2019-11-23 11:21:09 -05:00
DISTNAME= psutils-${V}
REVISION= 1
1998-03-17 15:41:43 -05:00
CATEGORIES= print
2002-10-28 08:40:41 -05:00
HOMEPAGE= https://github.com/rrthomas/psutils
1998-03-17 15:41:43 -05:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD-like (${WRKSRC}/LICENSE)
PERMIT_PACKAGE= Yes
2000-03-22 23:12:04 -05:00
2019-11-23 11:21:09 -05:00
MASTER_SITES= https://github.com/rrthomas/psutils/releases/download/v${V}/
2019-11-23 11:21:09 -05:00
MODULES= perl
RUN_DEPENDS= devel/p5-IPC-Run3 \
print/ghostscript/gnu \
print/libpaper
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
2019-11-23 11:21:09 -05:00
NO_TEST= Yes
2002-10-28 08:40:41 -05:00
1998-03-17 15:41:43 -05:00
.include <bsd.port.mk>