blob: b165287cae7d384d29ca204c99e8d64166de54a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: jkh
# $FreeBSD$
PORTNAME= ghostview
PORTVERSION= 1.5
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \
http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/gnu/ghostview/
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 front-end for ghostscript, the GNU postscript previewer
LICENSE= GPLv2 # (or later)
USES= imake
USE_XORG= xbitmaps xaw
USE_GHOSTSCRIPT_RUN= yes
CFLAGS+= -Wno-error=return-type
MAN1= ghostview.1
PLIST_FILES= bin/ghostview \
lib/X11/app-defaults/Ghostview
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
|