24 lines
477 B
Makefile
Raw Normal View History

2005-02-21 14:52:54 +00:00
# $OpenBSD: Makefile,v 1.16 2005/02/21 14:52:54 alek Exp $
1997-12-03 04:32:18 +00:00
COMMENT= "X11 front-end for ghostscript"
1997-12-03 04:32:18 +00:00
DISTNAME= ghostview-1.5
CATEGORIES= print
2002-10-28 13:40:41 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=ghostview/}
1997-12-03 04:32:18 +00:00
# License: GPL
2000-06-02 19:41:58 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-02-21 14:52:54 +00:00
WANTLIB= Xpm Xmu Xaw m X11 c Xt SM Xp Xext ICE
2000-02-12 08:02:07 +00:00
2003-06-04 01:17:50 +00:00
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
CONFIGURE_STYLE= imake
1997-12-03 04:32:18 +00:00
2002-10-28 13:40:41 +00:00
NO_REGRESS= Yes
1997-12-03 04:32:18 +00:00
.include <bsd.port.mk>