openbsd-ports/print/ghostview/Makefile

26 lines
518 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/07/26 20:07:31 edd 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= :ghostscript-*:print/ghostscript/gnu
CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>