summaryrefslogtreecommitdiffstats
path: root/print/gnome-print/Makefile
blob: cb8c3b33aee3b0ba6f374c0185a58da07a04bb5e (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    gnomeprint
# Date created:             15 Jan 1999
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/print/gnome-print/Makefile,v 1.1 2006/07/25 17:01:52 mezz Exp $
#

PORTNAME=   gnome-print
PORTVERSION=    0.37
PORTREVISION=   3
CATEGORIES= print gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-print/0.37
DISTNAME=   gnome-print-${PORTVERSION}
DIST_SUBDIR=    gnome

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Gnome print support library

BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2

USE_GHOSTSCRIPT_RUN=    yes

PLIST_SUB=  VERSION=${PORTVERSION}

USE_BZIP2=  yes
USE_XLIB=   yes
USE_GMAKE=  yes
USE_PERL5=  yes
USE_GNOME=  gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
    @${ECHO_MSG} ""
    @${ECHO_MSG} "      Define WITH_GHOSTSCRIPT_AFPL=yes to use"
    @${ECHO_MSG} "      AFPL Postscript interpreter instead of GNU one"
    @${ECHO_MSG} ""
.endif

post-install:
    @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap

.include <bsd.port.mk>