2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.37 2013/03/11 11:37:54 espie Exp $
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2010-02-06 06:26:29 -05:00
|
|
|
COMMENT= utilities for manipulating PostScript documents
|
|
|
|
|
|
|
|
MINV= 17
|
|
|
|
DISTNAME= psutils-p${MINV}
|
2010-11-20 04:48:38 -05:00
|
|
|
PKGNAME= psutils-1.${MINV}
|
2012-04-28 08:16:29 -04:00
|
|
|
REVISION = 4
|
2001-05-05 23:19:44 -04:00
|
|
|
|
1998-03-17 15:41:43 -05:00
|
|
|
CATEGORIES= print
|
2002-10-28 08:40:41 -05:00
|
|
|
|
2007-10-08 10:01:12 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/psutils/}
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2004-02-20 20:20:09 -05:00
|
|
|
HOMEPAGE= http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2010-02-06 06:26:29 -05:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# see LICENSE in WRKSRC
|
|
|
|
# Apple copyrighted files have been removed from the package
|
2000-03-22 23:12:04 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-02-06 06:26:29 -05:00
|
|
|
WANTLIB += c
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2010-02-06 06:26:29 -05:00
|
|
|
WRKDIST= ${WRKDIR}/psutils
|
2010-10-18 17:25:07 -04:00
|
|
|
USE_GROFF = Yes
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2012-02-16 17:13:05 -05:00
|
|
|
FLAVORS= a4
|
|
|
|
FLAVOR?=
|
2005-10-17 15:08:59 -04:00
|
|
|
|
2013-02-09 09:49:50 -05:00
|
|
|
.if ${FLAVOR} == a4
|
2012-02-16 17:13:05 -05:00
|
|
|
PAPERSIZE= a4
|
2010-02-06 06:26:29 -05:00
|
|
|
.else
|
2012-02-16 17:13:05 -05:00
|
|
|
PAPERSIZE= letter
|
2010-02-06 06:26:29 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MAKE_FLAGS= PAPER=${PAPERSIZE}
|
|
|
|
FAKE_FLAGS= PAPER=${PAPERSIZE}
|
|
|
|
|
|
|
|
MAKE_FILE= Makefile.unix
|
1998-03-17 15:41:43 -05:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2002-10-28 08:40:41 -05:00
|
|
|
|
1998-03-17 15:41:43 -05:00
|
|
|
.include <bsd.port.mk>
|