summaryrefslogtreecommitdiff
path: root/x11/dgs/Makefile
blob: e061d85e69f3ba373af4406bddf1c043015ab51f (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
33
# New ports collection makefile for:   dgs
# Version required:    0.5.8
# Date created:        22 April 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

DISTNAME=	dgs-0.5.8
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	dgs

MAINTAINER=	nakai@FreeBSD.org

LIB_DEPENDS= 	jpeg.9:${PORTSDIR}/graphics/jpeg \
		png.3:${PORTSDIR}/graphics/png \
		tiff.4:${PORTSDIR}/graphics/tiff \
		glib12.3:${PORTSDIR}/devel/glib12
BUILD_DEPENDS=	gs:${PORTSDIR}/print/ghostscript55

GLIB_CONFIG=	${LOCALBASE}/bin/glib12-config

USE_GMAKE=	yes
USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	GLIB_CONFIG=${GLIB_CONFIG}
MAKE_ENV=	INSTALL=${INSTALL}

MAN1=		gs.1
MANM=		dpsexec makepsres xepsf

.include <bsd.port.mk>