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$
|
2005-11-05 05:51:18 +00:00
|
|
|
# $MCom: ports/deskutils/planner/Makefile,v 1.1 2005/10/08 19:33:55 marcus Exp $
|
2001-07-15 08:43:17 +00:00
|
|
|
#
|
|
|
|
|
2004-01-16 07:46:08 +00:00
|
|
|
PORTNAME= planner
|
2006-12-02 07:41:33 +00:00
|
|
|
PORTVERSION= 0.14.2
|
2001-07-15 08:43:17 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-09-25 05:47:12 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-12-02 07:41:33 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.14
|
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
|
|
|
|
2003-09-25 05:47:12 +00:00
|
|
|
USE_BZIP2= yes
|
2006-12-02 07:41:33 +00:00
|
|
|
USE_XLIB= 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 \
|
|
|
|
libgsf
|
|
|
|
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 \
|
|
|
|
--disable-dotnet
|
2004-04-09 17:53:32 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-07-09 06:09:45 +00:00
|
|
|
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
|
|
|
|
|
2004-07-09 06:09:45 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-03-26 23:27:14 +00:00
|
|
|
.if ${HAVE_GNOME:Mlibgda2}!=""
|
|
|
|
USE_GNOME+= libgda2
|
|
|
|
CONFIGURE_ARGS+=--enable-database=yes
|
|
|
|
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
|
|
|
|
2004-07-09 06:09:45 +00:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2004-12-21 00:23:18 +00:00
|
|
|
's|[(]datadir[)]/doc|(prefix)/share/doc|g'
|
2004-07-09 06:09:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|