aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostview/Makefile
blob: 10c7b4aa3549c0488de50cf5a9783cd428216718 (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
29
# 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)

USE_IMAKE=  yes
USE_XORG=   xbitmaps xaw
USE_GHOSTSCRIPT_RUN=    yes
MAKE_JOBS_SAFE= 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>