openbsd-ports/print/ghostview/Makefile
2010-11-20 09:48:38 +00:00

26 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:39 espie Exp $
COMMENT= X11 front-end for ghostscript
DISTNAME= ghostview-1.5
REVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=ghostview/}
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c m pthread-stubs xcb
RUN_DEPENDS= print/ghostscript/gnu
CONFIGURE_STYLE=imake
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>