aboutsummaryrefslogtreecommitdiffstats
path: root/news/grn/Makefile
blob: 28fd2f40f434102fe5cc1e67111e0e0e7baf4327 (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
# New ports collection makefile for:    grm
# Date created:     20 July 2000
# Whom:         Maxim Sobolev
#
# $FreeBSD$
#

PORTNAME=   grn
PORTVERSION=    0.0.26
CATEGORIES= news gnome
MASTER_SITES=   ftp://ivvs.ul.ru/pub/unix/grn/

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    gnome.4:${PORTSDIR}/x11/gnomelibs \
        xml.5:${PORTSDIR}/textproc/libxml
RUN_DEPENDS=    gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter

USE_X_PREFIX=   yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
LIBTOOLFILES=   configure libmutt/configure

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

CONFIGURE_ENV=  glibpath="${GLIB_CONFIG}" \
        GTK_CONFIG="${GTK_CONFIG}" \
        CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>