aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostview/Makefile
blob: 7ac8284b0ccd0876f07a1e1dc890e68b570364a9 (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
30
31
32
# New ports collection makefile for:    ghostview
# Date created:     21 October 1994
# Whom:         jkh
#
# $FreeBSD$
#

PORTNAME=   ghostview
PORTVERSION=    1.5
PORTREVISION=   2
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
MAKE_JOBS_SAFE= yes

MAN1=       ghostview.1

CFLAGS+=    -DUSG

post-install:
    @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>