openbsd-ports/print/psutils/Makefile

32 lines
535 B
Makefile
Raw Normal View History

2020-04-10 06:57:35 -04:00
# $OpenBSD: Makefile,v 1.47 2020/04/10 10:57:35 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-10 06:57:35 -04:00
V= 2.02
2019-11-23 11:21:09 -05:00
DISTNAME= psutils-${V}
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
2014-03-18 09:17:48 -04:00
RUN_DEPENDS= 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>