openbsd-ports/print/psdim/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

40 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/03/29 13:38:49 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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:L} == "a4"
CONFIGURE_ARGS+= --enable-a4
.endif
.include <bsd.port.mk>