openbsd-ports/print/ghostview/Makefile

26 lines
533 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2009/08/10 06:34:08 kili 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
PKGNAME= ${DISTNAME}p1
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 Xp 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
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>