[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / misc / gourmet

Annotation of ports/misc/gourmet/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.73 2016/01/11 09:17:22 sthen Exp $
        !             2:
        !             3: COMMENT =      recipe organizer and shopping list generator
        !             4:
        !             5: GH_ACCOUNT =   thinkle
        !             6: GH_PROJECT =   gourmet
        !             7: GH_TAGNAME =   0.17.4
        !             8:
        !             9: MODPY_EGG_VERSION = ${GH_TAGNAME}
        !            10:
        !            11: CATEGORIES =   misc x11
        !            12:
        !            13: HOMEPAGE =     http://thinkle.github.io/gourmet/
        !            14:
        !            15: MAINTAINER =   Kirill Bychkov <kirby@openbsd.org>
        !            16:
        !            17: # GPLv2
        !            18: PERMIT_PACKAGE_CDROM = Yes
        !            19:
        !            20: MODULES =              lang/python
        !            21: BUILD_DEPENDS =                devel/gettext-tools\
        !            22:                        devel/py-distutils-extra \
        !            23:                        textproc/intltool
        !            24: RUN_DEPENDS =          databases/py-sqlalchemy \
        !            25:                        devel/desktop-file-utils \
        !            26:                        graphics/py-Pillow \
        !            27:                        x11/gtk+3,-guic \
        !            28:                        x11/py-gtk2
        !            29: LIB_DEPENDS =
        !            30: #TEST_DEPENDS =                ???
        !            31:
        !            32: #TEST_TARGET =         ???
        !            33: NO_BUILD=Yes
        !            34:
        !            35: SUBST_VARS +=          MODPY_SITEPKG
        !            36:
        !            37: pre-configure:
        !            38:        ${SUBST_CMD} ${WRKSRC}/gourmet/settings.py
        !            39:
        !            40: .include <bsd.port.mk>

CVSweb