aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gbuffy/Makefile
blob: 894961d0031b513587d174f0edafed3362f99da0 (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
# New ports collection makefile for:    gbuffy
# Version required: 0.2.1
# Date created:     2 October 1999
# Whom:         kaj@Raditex.se
#
# $FreeBSD$
#

DISTNAME=   gbuffy-0.2.2
CATEGORIES= mail gnome
MASTER_SITES=   http://www.fiction.net/blong/programs/gbuffy/

MAINTAINER= kaj@Raditex.se

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
        PropList.1:${PORTSDIR}/devel/libPropList

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

USE_X_PREFIX=   yes
CONFIGURE_ENV=  LIBS="-L${LOCALBASE}/lib" \
        GTK_CONFIG="${GTK_CONFIG}" \
        GLIB_CONFIG="${GLIB_CONFIG}"
GNU_CONFIGURE=  yes

.include <bsd.port.mk>