openbsd-ports/print/ghostview/Makefile

24 lines
489 B
Makefile
Raw Normal View History

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