summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint/Makefile
blob: 428f23fd6ca80736e4915c26678160860a8ba9c0 (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
51
52
53
54
55
56
# New ports collection makefile for:    libgnomeprint
# Date created:             15 Jan 1999
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD: ports/print/libgnomeprint/Makefile,v 1.75 2003/10/28 16:31:33 bland Exp $
#

PORTNAME=   libgnomeprint
PORTVERSION=    2.5.2
PORTREVISION=   1
CATEGORIES= print gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
DIST_SUBDIR=    gnome2

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

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_GNOME=  gnomeprefix intlhack gnomehack gnomehier libbonobo libartlgpl2 \
        gtk20
INSTALLS_SHLIB= yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

PLIST_SUB=  VERSION=${PORTVERSION}

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/lib/libcups.so)
WITH_CUPS=  yes
.endif

.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
CONFIGURE_ARGS+=    --with-cups
LIB_DEPENDS+=       cups.2:${PORTSDIR}/print/cups-base
PLIST_SUB+=     CUPS:=""
.else
CONFIGURE_ARGS+=    --without-cups
PLIST_SUB+=     CUPS:="@comment "
.endif

post-patch:
    @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
        's|<malloc[.]h>|<stdlib.h>|'
    @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in

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

.include <bsd.port.post.mk>