aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-sharp20/Makefile
blob: 0529600e786a7df318ec4be2cb22c3a523a32f14 (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
# Created by: Juli Mallett
# $FreeBSD$

PORTNAME=   gtk-sharp
PORTVERSION=    2.12.10
PORTREVISION=   2
CATEGORIES= x11-toolkits
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  20

MAINTAINER= mono@FreeBSD.org
COMMENT=    GTK+ and GNOME interfaces for the .NET runtime

BUILD_DEPENDS=  mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=    mono:${PORTSDIR}/lang/mono \
        p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  gtk20 libglade2
USES=       gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2
SHEBANG_FILES=  parser/*.pl
USE_PERL5=  run
MAKE_ENV=   INSTALL_STRIP_FLAG=${STRIP}

post-patch:
    @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
        ${WRKSRC}/glib/glue/*.c

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>