2004-01-16 07:46:08 +00:00
|
|
|
# New ports collection makefile for: Planner
|
2001-07-15 08:43:17 +00:00
|
|
|
# Date created: 15 July 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-24 06:38:26 +00:00
|
|
|
# $MCom: ports-stable/deskutils/planner/Makefile,v 1.4 2009/04/16 00:34:24 kwm Exp $
|
2001-07-15 08:43:17 +00:00
|
|
|
#
|
|
|
|
|
2004-01-16 07:46:08 +00:00
|
|
|
PORTNAME= planner
|
2012-01-05 22:43:39 +00:00
|
|
|
PORTVERSION= 0.14.6
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2001-07-15 08:43:17 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2009-02-02 01:36:16 +00:00
|
|
|
MASTER_SITES= GNOME
|
2003-09-25 05:47:12 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-07-15 08:43:17 +00:00
|
|
|
|
2002-01-29 05:27:38 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2006-12-02 07:41:33 +00:00
|
|
|
COMMENT= Project management application for GNOME 2
|
2001-07-15 08:43:17 +00:00
|
|
|
|
2011-08-31 11:38:15 +00:00
|
|
|
USE_XZ= yes
|
2001-07-15 08:43:17 +00:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 06:09:45 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
|
2006-12-07 06:25:24 +00:00
|
|
|
libgsf desktopfileutils
|
2004-07-09 06:09:45 +00:00
|
|
|
WANT_GNOME= yes
|
2006-05-15 22:23:04 +00:00
|
|
|
USE_GETTEXT= yes
|
2004-11-23 02:23:08 +00:00
|
|
|
INSTALLS_OMF= yes
|
2005-11-05 05:51:18 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2006-11-05 02:46:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-09 06:09:45 +00:00
|
|
|
CONFIGURE_ARGS= --enable-static \
|
|
|
|
--disable-python \
|
2009-04-24 06:38:26 +00:00
|
|
|
--disable-python-plugin
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-09-22 23:26:02 +00:00
|
|
|
|
2005-03-15 02:37:00 +00:00
|
|
|
GCONF_SCHEMAS= planner.schemas
|
|
|
|
|
2006-12-02 07:41:33 +00:00
|
|
|
MAN1= planner.1
|
|
|
|
|
2010-08-14 17:52:22 +00:00
|
|
|
OPTIONS= GDA "Enable database support (though libgda)" off
|
|
|
|
# EVO "Enable evolution data server support" off
|
2009-04-24 06:38:26 +00:00
|
|
|
|
2004-07-09 06:09:45 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-04-24 06:38:26 +00:00
|
|
|
|
|
|
|
.if defined(WITH_GDA)
|
|
|
|
USE_GNOME+= libgda3
|
|
|
|
CONFIGURE_ARGS+=--with-database=gda3
|
2006-03-26 23:27:14 +00:00
|
|
|
PLIST_SUB+= GDA=""
|
|
|
|
.else
|
2004-07-09 06:09:45 +00:00
|
|
|
PLIST_SUB+= GDA="@comment "
|
2006-03-26 23:27:14 +00:00
|
|
|
.endif
|
2004-01-16 07:46:08 +00:00
|
|
|
|
2010-08-14 17:52:22 +00:00
|
|
|
#.if defined(WITH_EVO)
|
|
|
|
#USE_GNOME+= evolutiondataserver
|
|
|
|
#CONFIGURE_ARGS+=--enable-eds --enable-eds-backend
|
|
|
|
#PLIST_SUB+= EVO=""
|
|
|
|
#.else
|
2009-04-24 06:38:26 +00:00
|
|
|
PLIST_SUB+= EVO="@comment "
|
2010-08-14 17:52:22 +00:00
|
|
|
#.endif
|
2009-04-24 06:38:26 +00:00
|
|
|
|
2006-12-07 06:25:24 +00:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
2004-07-09 06:09:45 +00:00
|
|
|
.include <bsd.port.post.mk>
|