aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgtksourceviewmm/Makefile
blob: a41f62868e43d92800d2ecc215223aa46ef42581 (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:    libgtksourceviewmm
# Date created:     2006-11-11
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/x11-toolkits/libgtksourceviewmm/Makefile,v 1.2 2006/12/06 00:54:45 ahze Exp $

PORTNAME=   libgtksourceviewmm
PORTVERSION=    0.2.0
PORTREVISION=   1
CATEGORIES= x11-toolkits gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    C++ binding of GtkSourceView

LIB_DEPENDS=    gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24

USE_LDCONFIG=   yes
USE_BZIP2=  yes
USE_GNOME=  gtksourceview gnomeprefix gnomehack
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${WRKSRC}/gtksourceview/ \
            `pkg-config --cflags gtkmm-2.4 gtksourceview-1.0`" \
        LDFLAGS="-L${LOCALBAS}/lib \
            `pkg-config --libs gtkmm-2.4 gtksourceview-1.0`"

.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>