=================================================================== RCS file: /cvs/ports/productivity/gbirthday/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/productivity/gbirthday/Attic/Makefile 2014/05/08 19:58:36 1.2 +++ ports/productivity/gbirthday/Attic/Makefile 2014/05/08 20:37:20 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/05/08 19:58:36 kirby Exp $ +# $OpenBSD: Makefile,v 1.3 2014/05/08 20:37:20 kirby Exp $ COMMENT = birthday reminder @@ -18,6 +18,7 @@ MODULES = lang/python RUN_DEPENDS = devel/desktop-file-utils \ devel/py-notify \ + x11/gtk+2,-guic \ x11/py-gtk2 NO_BUILD = Yes @@ -42,6 +43,9 @@ ${INSTALL_DATA_DIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gbirthday.desktop.in \ ${PREFIX}/share/applications/gbirthday.desktop + ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/ + ${INSTALL_DATA} ${WRKSRC}/pics/gbirthday.svg \ + ${PREFIX}/share/icons/hicolor/scalable/apps/ post-install: ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \