aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/eog2/Makefile
blob: b2c38a7e34b6e80fdcda9deaa3832ade59d08bf5 (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
# New ports collection makefile for:    eog
# Date created:     5th October 1999
# Whom:         Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#

PORTNAME=   eog
PORTVERSION=    0.3
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/eog

MAINTAINER= ade@FreeBSD.org

LIB_DEPENDS=    gnome.4:${PORTSDIR}/x11/gnomelibs \
        gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
RUN_DEPENDS=    gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter

USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
        --datadir=${PREFIX}/share/gnome \
        --without-bonobo
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>