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

PORTNAME=   gtk-sharp
PORTVERSION=    2.99.3
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  30

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

LICENSE=    LGPL20
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libinotify.so:devel/libinotify
RUN_DEPENDS=    p5-XML-LibXML>=0:textproc/p5-XML-LibXML

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  cairo gdkpixbuf2 gtk30
USES=       gettext-runtime gmake libtool mono pathfix perl5 pkgconfig shebangfix tar:xz
SHEBANG_FILES=  parser/*.pl
USE_PERL5=  run
MAKE_ENV=   INSTALL_STRIP_FLAG=${STRIP}

post-patch:
    @${REINPLACE_CMD} -e 's|gmcs|mcs|g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>