freebsd-ports/print/ghostview/Makefile
Pawel Pekala c7bdc26254 Add missing run dependency on ghostscript
PR:		ports/167311
Reported by:	grarpamp <grarpamp@gmail.com>
2012-04-28 08:26:20 +00:00

33 lines
665 B
Makefile

# New ports collection makefile for: ghostview
# Date created: 21 October 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= ghostview
PORTVERSION= 1.5
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 front-end for ghostscript, the GNU postscript previewer
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
USE_IMAKE= yes
USE_XORG= xbitmaps xaw
USE_GHOSTSCRIPT_RUN= yes
MAKE_JOBS_SAFE= yes
MAN1= ghostview.1
CFLAGS+= -DUSG
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>