1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/deskutils/planner/Makefile

65 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: Planner
# Date created: 15 July 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports-stable/deskutils/planner/Makefile,v 1.4 2009/04/16 00:34:24 kwm Exp $
#
PORTNAME= planner
2012-01-05 22:43:39 +00:00
PORTVERSION= 0.14.6
2012-06-01 05:26:28 +00:00
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
2003-09-25 05:47:12 +00:00
DIST_SUBDIR= gnome2
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
2011-08-31 11:38:15 +00:00
USE_XZ= yes
USE_GMAKE= yes
2004-07-09 06:09:45 +00:00
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
libgsf desktopfileutils
2004-07-09 06:09:45 +00:00
WANT_GNOME= yes
2006-05-15 22:23:04 +00:00
USE_GETTEXT= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
2004-07-09 06:09:45 +00:00
CONFIGURE_ARGS= --enable-static \
--disable-python \
--disable-python-plugin
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
OPTIONS= GDA "Enable database support (though libgda)" off
# EVO "Enable evolution data server support" off
2004-07-09 06:09:45 +00:00
.include <bsd.port.pre.mk>
.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
#.if defined(WITH_EVO)
#USE_GNOME+= evolutiondataserver
#CONFIGURE_ARGS+=--enable-eds --enable-eds-backend
#PLIST_SUB+= EVO=""
#.else
PLIST_SUB+= EVO="@comment "
#.endif
post-install:
@-update-desktop-database
2004-07-09 06:09:45 +00:00
.include <bsd.port.post.mk>