mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtodo
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 13
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Gtk2 Todo list manager
|
|
|
|
USES= pathfix gettext gmake pkgconfig
|
|
USE_GNOME= gnomeprefix gnomevfs2 intltool
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= gtodo.schemas
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '/GCONF_CONFIG_SOURCE=/d' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|