openbsd-ports/print/ghostview/Makefile

24 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.18 2007/09/15 21:36:44 merdely Exp $
COMMENT= X11 front-end for ghostscript
DISTNAME= ghostview-1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=ghostview/}
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= Xpm Xmu Xaw m X11 c Xt SM Xp Xext ICE
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
CONFIGURE_STYLE=imake
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>