summaryrefslogtreecommitdiff
path: root/print/ghostscript/Makefile
blob: b28581b8e4330f3bd3617779518b8f3bd791a1cc (plain)
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
# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 02:02:23 jlam Exp $

# This package is an alias for ghostscript-x11 to facilitate correct
# dependencies involving older versions of ghostscript for binary packages.

DISTNAME=	ghostscript-${GS_VERS}
GS_VERS=	6.01
CATEGORIES=	print x11
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	jlam@netbsd.org

DEPENDS+=	ghostscript-x11-${GS_VERS}:../../print/ghostscript-x11

USE_X11=	# defined

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	# defined
NO_PATCH=	# defined
NO_CONFIGURE=	# defined
NO_BUILD=	# defined

do-install:	# empty

.include "../../mk/bsd.pkg.mk"