summaryrefslogtreecommitdiff
path: root/print/ghostscript5-x11/Makefile
blob: 0878c8010a606a2ede14b1cd9b9f5feba1bcce13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.3 2000/04/09 23:49:11 jlam Exp $

PKGNAME=	${DISTNAME:S/-/-x11-/}
CATEGORIES+=	x11

DEPENDS+=	ghostscript-5.50:../../print/ghostscript5

USE_X11=	# defined

MAKE_ENV+=	USE_X11=
SCRIPTS_ENV+=	USE_X11=yes

post-extract:	common-post-extract

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gs

.include "../../print/ghostscript5/Makefile.common"