freebsd-ports/deskutils/tomboy/Makefile
Baptiste Daroussin ba6866905e Mark as deprecated
PR:		252623
Submitted by:	daniel.engberg.lists@pyret.net
2021-02-06 07:19:13 +00:00

64 lines
1.8 KiB
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= tomboy
PORTVERSION= 1.15.7
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= mono@FreeBSD.org
COMMENT= Personal note taking system for the GNOME desktop
DEPRECATED= Unmaintained and dead upstream, depends on deprecated libraries \
such as www/gtkhtml3. Upstream project is now called tomboy-ng.
EXPIRATION_DATE=2021-03-31
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-2.0.pc:devel/dbus-sharp-glib \
itstool:textproc/itstool \
mautil:devel/mono-addins
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-2.0.pc:devel/dbus-sharp-glib \
mautil:devel/mono-addins
USES= cpe gettext gmake gnome libtool mono pathfix pkgconfig tar:xz
USE_GNOME= intlhack gnomeprefix gnomesharp20
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
GCONF_SCHEMAS= tomboy.schemas
CPE_VENDOR= gnome
#CONFIGURE_ARGS+=--with-help-dir=${PREFIX}/gnome/help
MAKE_JOBS_UNSAFE=yes
OPTIONS_DEFINE= EVOLUTION
EVOLUTION_DESC= Build evolution addin
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEVOLUTION}
CONFIGURE_ARGS+=--enable-evolution
BUILD_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp-2.6/gmime-sharp.dll:mail/gmime26-sharp
RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp-2.6/gmime-sharp.dll:mail/gmime26-sharp
PLIST_SUB+= EVOLUTION=""
.else
CONFIGURE_ARGS+=--disable-evolution
PLIST_SUB+= EVOLUTION="@comment "
.endif
post-patch:
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
${WRKSRC}/Tomboy/tomboy*.in
@${REINPLACE_CMD} 's/(TARGET_NAME$$)/(TARGET_NAME)/' \
${WRKSRC}/Tomboy/Makefile.in
.include <bsd.port.mk>