pkgsrc/mail/evolution-sharp/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

26 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/19 08:59:21 wiz Exp $
#
DISTNAME= evolution-sharp-0.20.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-sharp/0.20/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITE_GNOME:=sources/evolution-sharp/0.20/}
COMMENT= .NET language binding for various Evolution libraries
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= evolution-sharp.pc.in
USE_TOOLS+= gmake pkg-config
.include "../../lang/mono/buildlink3.mk"
BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=2.24.0
.include "../../mail/evolution-data-server/buildlink3.mk"
.include "../../x11/gtk-sharp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"