openbsd-ports/print/psdim/Makefile

39 lines
728 B
Makefile
Raw Normal View History

2006-11-16 04:15:01 -05:00
# $OpenBSD: Makefile,v 1.2 2006/11/16 09:15:01 steven Exp $
COMMENT= "intelligent n-up printing"
DISTNAME= psdim-1.4
2006-11-16 04:15:01 -05:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= print
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/psdim
2006-11-16 04:15:01 -05:00
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/
BUILD_DEPENDS= :ghostscript-*:print/ghostscript/gnu
RUN_DEPENDS= ${BUILD_DEPENDS}
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-metric
SEPARATE_BUILD= concurrent
FLAVORS= a4
FLAVOR?=
.if defined(FLAVOR) && ${FLAVOR:L} == "a4"
CONFIGURE_ARGS+= --enable-a4
.endif
.include <bsd.port.mk>