aboutsummaryrefslogtreecommitdiffstats
path: root/print/ggv/Makefile
blob: 44aa8a3cdcbde9724510657f94d1f4a8f7a8785b (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
# New ports collection makefile for:    ggv2
# Date created:             07 July 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $
#

PORTNAME=   ggv
PORTVERSION=    2.12.0
PORTREVISION=   8
CATEGORIES= print gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 2 ghostscript viewer

USE_BZIP2=  yes
INSTALLS_OMF=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack intlhack libgnomeui desktopfileutils
USE_GETTEXT=    yes
USE_GHOSTSCRIPT=yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  ggv.schemas

post-install:
    @-update-desktop-database > /dev/null

.include <bsd.port.mk>