openbsd-ports/print/psdim/Makefile
2013-02-09 14:49:50 +00:00

40 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/02/09 14:49:52 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} == "a4"
CONFIGURE_ARGS+= --enable-a4
.endif
.include <bsd.port.mk>