2012-12-30 13:22:44 +00:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2005-04-14 21:08:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gourmet
|
2013-03-23 13:46:06 +00:00
|
|
|
PORTVERSION= 0.16.0
|
2014-02-25 12:44:10 +00:00
|
|
|
PORTREVISION= 1
|
2005-04-14 21:08:53 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2013-03-23 13:46:06 +00:00
|
|
|
MASTER_SITES= https://launchpadlibrarian.net/133161899/
|
2005-04-14 21:08:53 +00:00
|
|
|
|
2011-11-10 22:20:18 +00:00
|
|
|
MAINTAINER= rm@FreeBSD.org
|
2005-04-14 21:08:53 +00:00
|
|
|
COMMENT= GNOME recipe manager
|
|
|
|
|
2011-09-02 20:29:34 +00:00
|
|
|
LICENSE= GPLv2
|
2008-09-07 05:51:05 +00:00
|
|
|
|
2013-03-23 13:46:06 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra
|
2011-09-02 20:29:34 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \
|
2014-02-25 12:44:10 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \
|
2013-03-23 13:46:06 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl
|
2005-04-14 21:08:53 +00:00
|
|
|
|
2013-03-23 13:46:06 +00:00
|
|
|
MAN1= gourmet.1
|
|
|
|
PORTDOCS= FAQ LICENSE
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-04-24 18:10:30 +00:00
|
|
|
USES= gettext
|
2011-09-02 20:29:34 +00:00
|
|
|
USE_GNOME= pygnome2 pygnomeextras pygtk2
|
2014-01-13 21:00:02 +00:00
|
|
|
USE_PYTHON= 2
|
2013-03-23 13:46:06 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
2005-04-14 21:08:53 +00:00
|
|
|
|
2013-09-20 16:21:37 +00:00
|
|
|
NO_STAGE= yes
|
2011-09-02 20:29:34 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
2013-03-23 13:46:06 +00:00
|
|
|
${WRKSRC}/gourmet/backends/db.py \
|
|
|
|
${WRKSRC}/gourmet/gtk_extras/chooserNotebook.py \
|
|
|
|
${WRKSRC}/gourmet/gtk_extras/mnemonic_manager.py \
|
|
|
|
${WRKSRC}/gourmet/plugins/import_export/pdf_plugin/print_plugin.py \
|
|
|
|
${WRKSRC}/gourmet/plugins/nutritional_information/nutritionDisplay.py \
|
|
|
|
${WRKSRC}/gourmet/plugins/nutritional_information/nutrition.py \
|
|
|
|
${WRKSRC}/gourmet/plugins/web_plugin/gourmetweb/manage.py \
|
|
|
|
${WRKSRC}/tools/backup_gourmet_to_xml.py
|
|
|
|
|
2011-09-02 20:29:34 +00:00
|
|
|
post-install:
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/
|
2005-04-14 21:08:53 +00:00
|
|
|
|
2005-10-07 17:57:20 +00:00
|
|
|
.include <bsd.port.mk>
|