mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
52d17bf77e
as the author said that he won't update gtodo anymore and will have gtodo2. I wouldn't give it a high hope in it. I am cleaning it up before releasing it to ports. - Update WWW. - Remove intltool from BUILD_DEPENDS, the USE_GNOME=* take care of it. - portlint: -Add USE_GETTEXT.
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# New ports collection makefile for: gtodo
|
|
# Date created: 29 September 2003
|
|
# Whom: Mezz <mezz7@cox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtodo
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gtodo
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Gtk2 Todo list manager
|
|
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= gtodo.schemas
|
|
|
|
.include <bsd.port.mk>
|