freebsd-ports/www/evolution-webcal/Makefile
Baptiste Daroussin 007634e326 Support stage
2014-04-26 00:26:58 +00:00

31 lines
876 B
Makefile

# Created by: Koop Mast <kwm@rainbow-runner.nl>
# $FreeBSD$
# $MCom: ports/www/evolution-webcal/Makefile,v 1.69 2010/09/29 12:56:07 kwm Exp $
PORTNAME= evolution-webcal
PORTVERSION= 2.32.0
PORTREVISION= 3
CATEGORIES= www gnome
MASTER_SITES= GNOME
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Webcal(endar) handler for gnome
USES= gettext gmake pathfix perl5 pkgconfig tar:bzip2
USE_PERL5= build
USE_GNOME= gnomeprefix intlhack evolutiondataserver libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GCONF_SCHEMAS= evolution-webcal.schemas
post-patch:
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
${WRKSRC}/po/Makefile.in.in
@${REINPLACE_CMD} -e 's|glib-2.0 >= 2.8|glib-2.0 >= 2.8 gthread-2.0|g' \
${WRKSRC}/configure
.include <bsd.port.mk>