openbsd-ports/print/psdim/Makefile
2013-03-11 11:35:43 +00:00

37 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 11:37:54 espie Exp $
COMMENT= intelligent n-up printing
DISTNAME= psdim-1.4
REVISION = 0
CATEGORIES= print
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/psdim
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/download/
RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-metric
USE_GROFF = Yes
SEPARATE_BUILD= Yes
FLAVORS= a4
FLAVOR?=
.if defined(FLAVOR) && ${FLAVOR} == "a4"
CONFIGURE_ARGS+= --enable-a4
.endif
.include <bsd.port.mk>