openbsd-ports/print/ghostview/Makefile

26 lines
527 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:32:39 ajacoutot 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
REVISION= 3
1997-12-02 23:32:18 -05:00
CATEGORIES= print
2002-10-28 08:40:41 -05:00
MASTER_SITES= ${MASTER_SITE_GNU:=ghostview/}
1997-12-02 23:32:18 -05:00
2009-03-12 14:13:54 -04:00
# GPLv2+
2000-06-02 15:41:58 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-12 14:13:54 -04:00
WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c m pthread-stubs xcb
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
2010-10-18 17:25:07 -04:00
USE_GROFF = Yes
2002-10-28 08:40:41 -05:00
NO_REGRESS= Yes
1997-12-02 23:32:18 -05:00
.include <bsd.port.mk>