mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c7bdc26254
PR: ports/167311 Reported by: grarpamp <grarpamp@gmail.com>
34 lines
665 B
Makefile
34 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>
|