aboutsummaryrefslogtreecommitdiffstats
path: root/devel/monodevelop-database/Makefile
blob: 7c3ac34fbd1dceaece0b22546fb14dc48bd042e3 (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
# New ports collection makefile for:    monodevelop-database
# Date created:     2008-03-02
# Whom:         Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#

PORTNAME=   monodevelop-database
PORTVERSION=    2.2
CATEGORIES= devel
MASTER_SITES=   http://ftp.novell.com/pub/mono/sources/${PORTNAME}/

MAINTAINER= mono@FreeBSD.org
COMMENT=    MonoDevelop database support

BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_GNOME=  gnometarget gnomehack gtksharp20

post-patch:
    @${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile.in

# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT=  limitw:1,even

.include <bsd.port.mk>