It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
44 lines
1.5 KiB
Makefile
44 lines
1.5 KiB
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gourmet
|
|
PORTVERSION= 0.17.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= GNOME recipe manager
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl@${FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}poppler>=0:graphics/py-poppler@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}rtf>=0:print/py-rtf@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}elib.intl>0:textproc/py-elib.intl@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32@${FLAVOR}
|
|
|
|
OPTIONS_DEFINE= IPYTHON
|
|
IPYTHON_DESC= Interactive shell support
|
|
IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${FLAVOR}
|
|
|
|
USES= gettext python:-2.7
|
|
USE_GNOME= intltool pygnome2 pygtk2
|
|
USE_PYTHON= autoplist distutils
|
|
PLIST_FILES+= man/man1/gourmet.1.gz
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= thinkle
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,'spellcheck',#'spellcheck',g" \
|
|
${WRKSRC}/gourmet/plugin_loader.py
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/gourmet.1 ${STAGEDIR}${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|