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

55 lines
1.2 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/deskutils/planner/Makefile,v 1.1 2005/10/08 19:33:55 marcus Exp $
#
PORTNAME= planner
2006-12-02 07:41:33 +00:00
PORTVERSION= 0.14.2
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
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
2003-09-25 05:47:12 +00:00
USE_BZIP2= yes
2006-12-02 07:41:33 +00:00
USE_XLIB= yes
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
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-dotnet
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-07-09 06:09:45 +00:00
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]datadir[)]/doc|(prefix)/share/doc|g'
2004-07-09 06:09:45 +00:00
.include <bsd.port.post.mk>