freebsd-ports/deskutils/planner/Makefile

34 lines
868 B
Makefile
Raw Normal View History

# Created by: 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 23:43:39 +01:00
PORTVERSION= 0.14.6
PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
2003-09-25 07:47:12 +02:00
DIST_SUBDIR= gnome2
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
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
shared-mime-info tar:xz
USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \
libgsf
2004-07-09 08:09:45 +02:00
WANT_GNOME= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python \
--disable-python-plugin \
--disable-update-mimedb
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
LIBS+= -L${LOCALBASE}/lib
2001-09-23 01:26:02 +02:00
2005-03-15 03:37:00 +01:00
GCONF_SCHEMAS= planner.schemas
.include <bsd.port.mk>