aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-pim/Makefile
blob: abd97571117e75865e91e8350ecd11681d84b3eb (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
# New ports collection makefile for:    gnomepim
# Date created:             17 Jan 1999
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnomepim
PORTVERSION=    1.2.0
CATEGORIES= deskutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-pim
DISTNAME=   gnome-pim-${PORTVERSION}

MAINTAINER= ade@FreeBSD.org

LIB_DEPENDS=    panel_applet.4:${PORTSDIR}/x11/gnomecore

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

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

.include <bsd.port.mk>