freebsd-ports/devel/monodevelop-database/Makefile
Greg Lewis 14c8945a0b Database support for MonoDevelop.
PR:		137915
Submitted by:	Romain Tartiere <romain at blogreen.org>
2009-09-14 03:56:01 +00:00

29 lines
788 B
Makefile

# New ports collection makefile for: monodevelop-database
# Date created: 2008-03-02
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= monodevelop-database
PORTVERSION= 2.0
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
.include <bsd.port.mk>