2003-09-29 09:34:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gtodo
|
2004-03-07 22:41:18 +01:00
|
|
|
PORTVERSION= 0.14
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 13
|
2003-09-29 09:34:39 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2003-09-29 09:34:39 +02:00
|
|
|
|
2006-03-31 23:40:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-02 14:01:24 +01:00
|
|
|
COMMENT= Gtk2 Todo list manager
|
2003-09-29 09:34:39 +02:00
|
|
|
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= pathfix gettext gmake pkgconfig
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomevfs2 intltool
|
2003-09-29 09:34:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-09-29 09:34:39 +02:00
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= gtodo.schemas
|
|
|
|
|
2014-02-02 14:01:24 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} '/GCONF_CONFIG_SOURCE=/d' ${WRKSRC}/Makefile.in
|
|
|
|
|
2003-09-29 09:34:39 +02:00
|
|
|
.include <bsd.port.mk>
|