2013-03-19 11:40:22 +01:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
2001-07-15 10:43:17 +02:00
|
|
|
# $FreeBSD$
|
2009-04-24 08:38:26 +02:00
|
|
|
# $MCom: ports-stable/deskutils/planner/Makefile,v 1.4 2009/04/16 00:34:24 kwm Exp $
|
2001-07-15 10:43:17 +02:00
|
|
|
|
2004-01-16 08:46:08 +01:00
|
|
|
PORTNAME= planner
|
2012-01-05 23:43:39 +01:00
|
|
|
PORTVERSION= 0.14.6
|
2014-08-30 17:24:52 +02:00
|
|
|
PORTREVISION= 4
|
2001-07-15 10:43:17 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-09-25 07:47:12 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-07-15 10:43:17 +02:00
|
|
|
|
2002-01-29 06:27:38 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2006-12-02 08:41:33 +01:00
|
|
|
COMMENT= Project management application for GNOME 2
|
2001-07-15 10:43:17 +02:00
|
|
|
|
2014-08-30 17:24:52 +02:00
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
|
|
|
|
shared-mime-info tar:xz
|
2013-03-19 11:40:22 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \
|
2014-08-30 17:24:52 +02:00
|
|
|
libgsf
|
2004-07-09 08:09:45 +02:00
|
|
|
WANT_GNOME= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2005-11-05 06:51:18 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2014-08-30 17:24:52 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-11-05 03:46:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-30 17:24:52 +02:00
|
|
|
CONFIGURE_ARGS= --disable-python \
|
|
|
|
--disable-python-plugin \
|
|
|
|
--disable-update-mimedb
|
2013-03-08 11:51:34 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
2014-08-30 17:24:52 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2001-09-23 01:26:02 +02:00
|
|
|
|
2005-03-15 03:37:00 +01:00
|
|
|
GCONF_SCHEMAS= planner.schemas
|
|
|
|
|
2013-03-19 11:40:22 +01:00
|
|
|
.include <bsd.port.mk>
|