Lines 1-22
Link Here
|
1 |
# New ports collection makefile for: ghostview |
1 |
# Created by: jkh |
2 |
# Date created: 21 October 1994 |
|
|
3 |
# Whom: jkh |
4 |
# |
5 |
# $FreeBSD: head/print/ghostview/Makefile 300897 2012-07-14 14:29:18Z beat $ |
2 |
# $FreeBSD: head/print/ghostview/Makefile 300897 2012-07-14 14:29:18Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= ghostview |
4 |
PORTNAME= ghostview |
9 |
PORTVERSION= 1.5 |
5 |
PORTVERSION= 1.5 |
10 |
PORTREVISION= 3 |
6 |
PORTREVISION= 3 |
11 |
CATEGORIES= print |
7 |
CATEGORIES= print |
12 |
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \ |
8 |
MASTER_SITES= http://ftp.gnu.org/old-gnu/ghostview/ \ |
13 |
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/ghostview/ |
9 |
http://ftp.sunet.se/pub/text-processing/postscript/interpreters/ghostscript/gnu/ghostview/ |
14 |
|
10 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= An X11 front-end for ghostscript, the GNU postscript previewer |
12 |
COMMENT= X11 front-end for ghostscript, the GNU postscript previewer |
17 |
|
13 |
|
18 |
LICENSE= GPLv2 # (or later) |
14 |
LICENSE= GPLv2 # (or later) |
19 |
LICENSE_FILE= ${WRKSRC}/COPYING |
|
|
20 |
|
15 |
|
21 |
USE_IMAKE= yes |
16 |
USE_IMAKE= yes |
22 |
USE_XORG= xbitmaps xaw |
17 |
USE_XORG= xbitmaps xaw |
Lines 24-31
Link Here
|
24 |
MAKE_JOBS_SAFE= yes |
19 |
MAKE_JOBS_SAFE= yes |
25 |
|
20 |
|
26 |
MAN1= ghostview.1 |
21 |
MAN1= ghostview.1 |
27 |
|
22 |
PLIST_FILES= bin/ghostview \ |
28 |
CFLAGS+= -DUSG |
23 |
lib/X11/app-defaults/Ghostview |
29 |
|
24 |
|
30 |
post-install: |
25 |
post-install: |
31 |
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |
26 |
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |